[Python-checkins] peps: PEP 509: add link to Yury's patch

victor.stinner python-checkins at python.org
Thu Apr 14 11:19:22 EDT 2016


https://hg.python.org/peps/rev/35965c13278d
changeset:   6281:35965c13278d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 14 17:19:09 2016 +0200
summary:
  PEP 509: add link to Yury's patch

files:
  pep-0509.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0509.txt b/pep-0509.txt
--- a/pep-0509.txt
+++ b/pep-0509.txt
@@ -101,8 +101,9 @@
 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.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list