mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
This commit is contained in:
parent
178695b7ae
commit
80449f243b
4 changed files with 28 additions and 7 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue