diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-08-04 00:19:27 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-08-04 00:19:27 (GMT) |
commit | 76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf (patch) | |
tree | dd3514d4f49a4fb5b05107b9045b31fc99dfce31 /Misc | |
parent | b4bc9b9192916ecb98bcb7a25acb579db04dac0d (diff) | |
download | cpython-76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf.zip cpython-76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf.tar.gz cpython-76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf.tar.bz2 |
(backport trunk r65151)
Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,6 +141,8 @@ Extension Modules - issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get and other bsddb.db object constructors raised an exception. +- Issue #3120: On 64-bit Windows the subprocess module was truncating handles. + Tests ----- |