bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
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" />