diff options
author | Larry Hastings <larry@hastings.org> | 2015-03-09 09:40:13 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-03-09 09:40:13 (GMT) |
commit | 551719be4a213494a6052bd3988746e097cd7947 (patch) | |
tree | e1bc58d6f07e897337ab99d82caf582510a91a02 /Misc | |
parent | cfac654165c881795aa09cf4c4676300c79369a6 (diff) | |
parent | 52eb536c99968027187e5b5a65057da0277070e4 (diff) | |
download | cpython-551719be4a213494a6052bd3988746e097cd7947.zip cpython-551719be4a213494a6052bd3988746e097cd7947.tar.gz cpython-551719be4a213494a6052bd3988746e097cd7947.tar.bz2 |
Merge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ Release date: 2015-03-09 Core and Builtins ----------------- +- Issue #22980: Under Linux, C extensions now include bitness in the file + name, to make it easy to test 32-bit and 64-bit builds in the same + working tree. + - Issue #23571: PyObject_Call() and PyCFunction_Call() now raise a SystemError if a function returns a result and raises an exception. The SystemError is chained to the previous exception. |