diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 19:19:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 19:19:02 (GMT) |
commit | b8298a01e6fefec9b0b64fd6915e57fc246b9a55 (patch) | |
tree | 41c2cd84777ea76730e363506ed0bc45cf9e4ab5 /Misc | |
parent | 58059197cc2a8c6f1fd3fb0e95614def14d0aaff (diff) | |
parent | ff35050493edd0c738ab69f14ee2fb5db11bb5ec (diff) | |
download | cpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.zip cpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.tar.gz cpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by + Andreas Stührk. + - Issue #11321: Fix a crash with multiple imports of the _pickle module when embedding Python. Patch by Andreas Stührk. |