diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-11-17 21:56:07 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-11-17 21:56:07 (GMT) |
commit | 7929a1da1a6d18894210ff82f6107e51d7566bb0 (patch) | |
tree | d15e4b8cc55ada1bed34d6229da2e301779997fe /Misc | |
parent | 76edd2110dc4f08460eb02456c65c6ce2eb43559 (diff) | |
download | cpython-7929a1da1a6d18894210ff82f6107e51d7566bb0.zip cpython-7929a1da1a6d18894210ff82f6107e51d7566bb0.tar.gz cpython-7929a1da1a6d18894210ff82f6107e51d7566bb0.tar.bz2 |
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
A variable was declared below the top of a block and one function was using
a K&R C style function declaration!
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Fix compilation error under gcc of the ctypes module bundled libffi for arm. + - Issue #19523: Closed FileHandler leak which occurred when delay was set. - Issue #13674: Prevented time.strftime from crashing on Windows when given |