commit | 902274e9483fb1e179f128b0d5eaafdcae4a4798 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Tue Jun 05 13:30:24 2012 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Jun 05 13:30:24 2012 -0700 |
tree | d4406a2108efe6554445c3410682776428dc4975 | |
parent | 9844993cde5d8572d8e611d8b437a2e45e841414 [diff] [blame] | |
parent | 58f07a9d6d2aa7b5d624ef23cc89c99071fa249f [diff] [blame] |
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
diff --git a/Misc/NEWS b/Misc/NEWS index 332e408..adbb810 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,11 @@ - Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative algorithm (Patch by Alon Horev) +Extension Modules +----------------- + +- Issue #15000: Support the "unique" x32 architecture in _posixsubprocess.c. + Tests -----