diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-06-05 20:26:39 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-06-05 20:26:39 (GMT) |
commit | 58f07a9d6d2aa7b5d624ef23cc89c99071fa249f (patch) | |
tree | 175abda7fec2e6b99e77efb544e56378037db80e /Misc | |
parent | 2d7d56abf84b8fa0ed425c01b1cae62918fd850a (diff) | |
download | cpython-58f07a9d6d2aa7b5d624ef23cc89c99071fa249f.zip cpython-58f07a9d6d2aa7b5d624ef23cc89c99071fa249f.tar.gz cpython-58f07a9d6d2aa7b5d624ef23cc89c99071fa249f.tar.bz2 |
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -275,6 +275,8 @@ Library Extension Modules ----------------- +- Issue #15000: Support the "unique" x32 architecture in _posixsubprocess.c. + - Issue #9041: An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed. |