diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 19:19:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 19:19:27 (GMT) |
commit | 91fe8157fd3518fcf7c2f7cd7bd247131e8e839f (patch) | |
tree | ed19f5dfb61e1653213cc3f2cfb97d07fcf1455f /Misc | |
parent | 2ca3ffb0989e53f8ae70f7177e97f43ac1d1af98 (diff) | |
parent | 9b43b6e14e65b6086d0d3227cfd600d4bbb38cc2 (diff) | |
download | cpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.zip cpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.tar.gz cpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -228,6 +228,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. |