diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-11-14 23:56:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-11-14 23:56:27 (GMT) |
commit | 2a40e3673928077466363fdc7711dd51ed73aff0 (patch) | |
tree | da67de18938c563e5fc83086445a9f1e3320d204 /Misc/NEWS | |
parent | 59f0682190ba80d8796d92943c43810c120ba72d (diff) | |
download | cpython-2a40e3673928077466363fdc7711dd51ed73aff0.zip cpython-2a40e3673928077466363fdc7711dd51ed73aff0.tar.gz cpython-2a40e3673928077466363fdc7711dd51ed73aff0.tar.bz2 |
Issue #22847: Improve method cache efficiency.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: TBA Core and Builtins ----------------- +- Issue #22847: Improve method cache efficiency. + - Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. |