commit | 76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 04 00:19:27 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 04 00:19:27 2008 +0000 |
tree | dd3514d4f49a4fb5b05107b9045b31fc99dfce31 | |
parent | b4bc9b9192916ecb98bcb7a25acb579db04dac0d [diff] [blame] |
(backport trunk r65151) Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
diff --git a/Misc/NEWS b/Misc/NEWS index 8466967..960f119 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -141,6 +141,8 @@ - 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 -----