diff options
author | Raymond Hettinger <python@rcn.com> | 2016-12-16 21:59:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-12-16 21:59:32 (GMT) |
commit | c28dbd0452d54629328daaab0f80ad5391677d17 (patch) | |
tree | cb25b36c5db4db47e2ebb062d05603e2a12ac603 /Misc/NEWS | |
parent | 10a22dc65a7006e347df4d0b9f0bd0d946802786 (diff) | |
parent | af56e0e70f043ad2615eff403f46d7bc6c411aae (diff) | |
download | cpython-c28dbd0452d54629328daaab0f80ad5391677d17.zip cpython-c28dbd0452d54629328daaab0f80ad5391677d17.tar.gz cpython-c28dbd0452d54629328daaab0f80ad5391677d17.tar.bz2 |
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ Core and Builtins to/from UTF-8, instead of the locale encoding to avoid inconsistencies with os.fsencode() and os.fsdecode() which are already using UTF-8. +- Issue #28991: functools.lru_cache() was susceptible to an obscure $ + bug triggerable by a monkey-patched len() function. + - Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki. |