]> granicus.if.org Git - python/commit
Merged revisions 82853-82854 via svnmerge from
authorStefan Krah <stefan@bytereef.org>
Mon, 19 Jul 2010 15:43:23 +0000 (15:43 +0000)
committerStefan Krah <stefan@bytereef.org>
Mon, 19 Jul 2010 15:43:23 +0000 (15:43 +0000)
commit36db84d3db862bfe8d8f56882fa51d3dc151e638
treec839b6afed89db7db5bf00b313d1d5ea5038b67c
parent9ea629cc836682d52eb7da21900ef335a77344c8
Merged revisions 82853-82854 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

........
  r82853 | stefan.krah | 2010-07-13 21:17:08 +0200 (Tue, 13 Jul 2010) | 4 lines

  Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
  if the path length exceeded PATH_MAX.
........
  r82854 | stefan.krah | 2010-07-13 21:40:00 +0200 (Tue, 13 Jul 2010) | 3 lines

  Remove PYOS_OS2 special cases from the Solaris/OpenBSD section.
........
Lib/test/test_posix.py
Modules/posixmodule.c