diff options
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-08-31 19:51:07 (GMT) |
---|---|---|
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-08-31 19:51:07 (GMT) |
commit | a606faa491af05b99dba6ebafa57662cf6b451fe (patch) | |
tree | 240a19fb31ddaadd3742ea85df0b0cb4ff81badd /Misc | |
parent | 061b14a4a1f64532bfb4d716849ae662c09da62a (diff) | |
download | cpython-a606faa491af05b99dba6ebafa57662cf6b451fe.zip cpython-a606faa491af05b99dba6ebafa57662cf6b451fe.tar.gz cpython-a606faa491af05b99dba6ebafa57662cf6b451fe.tar.bz2 |
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 3.2 Alpha 2? Core and Builtins ----------------- +- Issue #5553: The Py_LOCAL_INLINE macro now results in inlining on + most platforms. Previously, it online inlined when using Microsoft + Visual C. + - Issue #9712: Fix tokenize on identifiers that start with non-ascii names. - Issue #9688: __basicsize__ and __itemsize__ must be accessed as Py_ssize_t. |