summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-07 18:40:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-07 18:40:40 (GMT)
commitb90304acb9a766a3f2de76789e9b523cd032440b (patch)
tree00cfaf84129cae9627afe86d23c62e67dd12efd9 /Misc
parente6dc53120d52f58057fd1a6d666d21cb9d71c08d (diff)
downloadcpython-b90304acb9a766a3f2de76789e9b523cd032440b.zip
cpython-b90304acb9a766a3f2de76789e9b523cd032440b.tar.gz
cpython-b90304acb9a766a3f2de76789e9b523cd032440b.tar.bz2
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd6bec6..7a903d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
+
- Issue #1180193: When importing a module from a .pyc (or .pyo) file with
an existing .py counterpart, override the co_filename attributes of all
code objects if the original filename is obsolete (which can happen if the