]> granicus.if.org Git - python/commitdiff
merge
authorBrett Cannon <brett@python.org>
Tue, 4 Jun 2013 21:36:07 +0000 (17:36 -0400)
committerBrett Cannon <brett@python.org>
Tue, 4 Jun 2013 21:36:07 +0000 (17:36 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 09807f0fbbf108027f70bc9cebe34cf807ccfaa6,d7ae7e19501205cb549a05a99286f8b26bbe4b51..ce7a2485fbabdff20eb9dc354f5edc7164056c82
+++ b/Misc/NEWS
@@@ -10,9 -10,9 +10,12 @@@ What's New in Python 3.4.0 Alpha 1
  Core and Builtins
  -----------------
  
 +- Tweak the exception message when the magic number or size value in a bytecode
 +  file is truncated.
 +
+ - Issue #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
+   change the C type of seqiterobject.it_index from long to Py_ssize_t.
  - Issue #18065: Don't set __path__ to the package name for frozen packages.
  
  - Issue #18088: When reloading a module, unconditionally reset all relevant