]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak
authorMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 08:10:03 +0000 (08:10 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 08:10:03 +0000 (08:10 +0000)
commitaece8f3fd203ba046dc3c6a879a448de0a51be8d
tree2f13d44efb06c6aa46fd2b7c4108bcd719176176
parentd5ceef4c8de61358f630646cd7d7eae58af7f76e
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak

- #125891 - posixmodule.c - os.popen2,3 and 4 leaked file objects on Windows.

- #128053 - posixmodule.c - #ifdef for including "tmpfile" in the
            posix_methods[] array was wrong -- should be HAVE_TMPFILE
Misc/NEWS
Modules/posixmodule.c