bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)

This commit is contained in:
Pablo Galindo 2020-11-05 09:23:15 +00:00 committed by GitHub
parent 178695b7ae
commit 80449f243b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 7 deletions

View file

@ -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" />