summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:17:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:17:14 (GMT)
commitff35050493edd0c738ab69f14ee2fb5db11bb5ec (patch)
tree68dcbb0f2be971f3d24f47505681ad6af6deef5b /Misc
parent8391cf4e1d73683795e51ac5ce8ee9e61eea389d (diff)
parent8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d (diff)
downloadcpython-ff35050493edd0c738ab69f14ee2fb5db11bb5ec.zip
cpython-ff35050493edd0c738ab69f14ee2fb5db11bb5ec.tar.gz
cpython-ff35050493edd0c738ab69f14ee2fb5db11bb5ec.tar.bz2
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Patch by Andreas Stührk.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2154393..fdf4498 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,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.