summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-08-04 00:19:27 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-08-04 00:19:27 (GMT)
commit76f5d1419fd2d7ad7c1725f5782e8ca43e29bdcf (patch)
treedd3514d4f49a4fb5b05107b9045b31fc99dfce31 /Misc
parentb4bc9b9192916ecb98bcb7a25acb579db04dac0d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8466967..960f119 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----