diff options
author | Raymond Hettinger <python@rcn.com> | 2015-05-27 17:37:20 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2015-05-27 17:37:20 (GMT) |
commit | 8651a504752f3265817d0fa5def1b83994888821 (patch) | |
tree | 62d939c89e696bb98ab93c9037dd074d9c617f6c /Misc | |
parent | 8544e2584d9f51fd31ad84efe01551fd0c510f5d (diff) | |
download | cpython-8651a504752f3265817d0fa5def1b83994888821.zip cpython-8651a504752f3265817d0fa5def1b83994888821.tar.gz cpython-8651a504752f3265817d0fa5def1b83994888821.tar.bz2 |
Issue #23359: Specialize set_lookkey intoa lookup function and an insert function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins - Issue #24268: PEP 489: Multi-phase extension module initialization. Patch by Petr Viktorin. +- Issue #23359: Optimize set object internals by specializing the + hash table search into a lookup function and an insert function. + - Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path on Windows. |