aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-11-05 09:23:15 +0000
committerGitHub <noreply@github.com>2020-11-05 09:23:15 +0000
commit80449f243b13311d660eab3a751648029bcdd833 (patch)
treed1dcd63c3de31c148ff3b9faa25e3836a066fcbc /PCbuild
parentbpo-40816 Add AsyncContextDecorator class (GH-20516) (diff)
downloadcpython-80449f243b13311d660eab3a751648029bcdd833.tar.gz
cpython-80449f243b13311d660eab3a751648029bcdd833.tar.bz2
cpython-80449f243b13311d660eab3a751648029bcdd833.zip
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/lib.pyproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj
index a15165d92e..1be60b1a11 100644
--- a/PCbuild/lib.pyproj
+++ b/PCbuild/lib.pyproj
@@ -1196,6 +1196,7 @@
<Compile Include="test\test_nntplib.py" />
<Compile Include="test\test_ntpath.py" />
<Compile Include="test\test_numeric_tower.py" />
+ <Compile Include="test\test_opcache.py" />
<Compile Include="test\test_opcodes.py" />
<Compile Include="test\test_openpty.py" />
<Compile Include="test\test_operator.py" />