diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-21 17:54:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-21 17:54:36 (GMT) |
commit | 0978b5cdb36ef73061e438c342b508dd38c73ce8 (patch) | |
tree | 4881b803a50986e1b4df1c1680588e6c3d86fde1 /Misc | |
parent | 4faf5c5655277cec99b2b11f7fe34e73d3ae28b9 (diff) | |
download | cpython-0978b5cdb36ef73061e438c342b508dd38c73ce8.zip cpython-0978b5cdb36ef73061e438c342b508dd38c73ce8.tar.gz cpython-0978b5cdb36ef73061e438c342b508dd38c73ce8.tar.bz2 |
Fixed issue number for issue #22939.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Release date: tba Core and Builtins ----------------- -- Issue #23985: Fixed integer overflow in iterator object. Patch by +- Issue #22939: Fixed integer overflow in iterator object. Patch by Clement Rouault. - Issue #23985: Fix a possible buffer overrun when deleting a slice from |