diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-03 06:46:29 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-03 06:46:29 (GMT) |
commit | 766d880a2fd0bcb4fca187db255763506e10f96b (patch) | |
tree | 1f14c2e01bf1227cc885795ec7fcda00ea2561cf /Misc | |
parent | eb8ff67fd73b8fa52b5c2d796706a0cd29ba8d71 (diff) | |
download | cpython-766d880a2fd0bcb4fca187db255763506e10f96b.zip cpython-766d880a2fd0bcb4fca187db255763506e10f96b.tar.gz cpython-766d880a2fd0bcb4fca187db255763506e10f96b.tar.bz2 |
Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Py_ssize_t fields work in structmember when HAVE_LONG_LONG is not defined. + - PEP 3123: Provide forward compatibility with Python 3.0, while keeping backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT. |