PEP 509: add link to Yury's patch

This commit is contained in:
Victor Stinner 2016-04-14 17:19:09 +02:00
parent 9bd8ffbfa4
commit 321eda6eb0
1 changed files with 3 additions and 2 deletions

View File

@ -101,8 +101,9 @@ Usage of the dict version
Speedup method calls 1.2x
-------------------------
Yury Selivanov wrote a patch to optimize method calls. The patch depends
on the `implement per-opcode cache in ceval
Yury Selivanov wrote a `patch to optimize method calls
<https://bugs.python.org/issue26110>`_. The patch depends on the
`implement per-opcode cache in ceval
<https://bugs.python.org/issue26219>`_ patch which requires dictionary
versions to invalidate the cache if the globals dictionary or the
builtins dictionary has been modified.