diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-03-19 00:11:20 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-03-19 00:11:20 (GMT) |
commit | 029273fc903bcbdd689132f153d53004a8aee0b2 (patch) | |
tree | 0baf0eb95dba16ec403cf36ba48fa4b9ed77bafb /Misc | |
parent | a846f5ace80977f922e8295441afc668910fc894 (diff) | |
download | cpython-029273fc903bcbdd689132f153d53004a8aee0b2.zip cpython-029273fc903bcbdd689132f153d53004a8aee0b2.tar.gz cpython-029273fc903bcbdd689132f153d53004a8aee0b2.tar.bz2 |
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues on
some more recent platforms.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -940,6 +940,10 @@ Library Extension Modules ----------------- +- Issue #17192: Update the ctypes module's libffi to v3.0.13. This + specifically addresses a stack misalignment issue on x86 and issues on + some more recent platforms. + - Issue #12268: The io module file object write methods no longer abort early when one of its write system calls is interrupted (EINTR). |