From 321eda6eb02e9e7332019362a6758a1a100d4f86 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 14 Apr 2016 17:19:09 +0200 Subject: [PATCH] PEP 509: add link to Yury's patch --- pep-0509.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pep-0509.txt b/pep-0509.txt index 9c0a53019..704752f31 100644 --- a/pep-0509.txt +++ b/pep-0509.txt @@ -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 +`_. The patch depends on the +`implement per-opcode cache in ceval `_ patch which requires dictionary versions to invalidate the cache if the globals dictionary or the builtins dictionary has been modified.