diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-11-05 09:23:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 09:23:15 (GMT) |
commit | 80449f243b13311d660eab3a751648029bcdd833 (patch) | |
tree | d1dcd63c3de31c148ff3b9faa25e3836a066fcbc /PCbuild | |
parent | 178695b7aee7a7aacd49a3086060e06347d1e556 (diff) | |
download | cpython-80449f243b13311d660eab3a751648029bcdd833.zip cpython-80449f243b13311d660eab3a751648029bcdd833.tar.gz cpython-80449f243b13311d660eab3a751648029bcdd833.tar.bz2 |
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index a15165d..1be60b1 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" /> |