diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-24 18:38:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-24 18:38:06 (GMT) |
commit | a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944 (patch) | |
tree | e03265790d5cee6bc5c726ffd6eecc4dc68bad94 /Misc | |
parent | 3805019c588dc9895348f5b8ffedbd0426169a71 (diff) | |
download | cpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.zip cpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.tar.gz cpython-a7a0ad6f73bbff0d3a30fca42be8ee36b90dc944.tar.bz2 |
Issue #24276: Fixed optimization of property descriptor getter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2015-05-24 Core and Builtins ----------------- +- Issue #24276: Fixed optimization of property descriptor getter. + - Issue #24268: PEP 489: Multi-phase extension module initialization - Issue #23955: Add pyvenv.cfg option to suppress registry/environment |