summaryrefslogtreecommitdiff
path: root/PCbuild/_testembed.vcxproj
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 13:10:12 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 13:10:12 +0200
commit9a3a7d1676e3e162e2213ddf62c925e8d9b724af (patch)
treec934e04d1f64ced2268ce81c3618e3f416a3ce74 /PCbuild/_testembed.vcxproj
parentcff8685224e9c1d0024aecfb87a2c120ca3a5542 (diff)
parentab27b2a1ce268e24b44ea0e63ccff6b96e4f710e (diff)
downloadcpython-9a3a7d1676e3e162e2213ddf62c925e8d9b724af.tar.gz
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
Diffstat (limited to 'PCbuild/_testembed.vcxproj')
-rw-r--r--PCbuild/_testembed.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_testembed.vcxproj b/PCbuild/_testembed.vcxproj
index 83c7ad21e7..57b7b5cb1e 100644
--- a/PCbuild/_testembed.vcxproj
+++ b/PCbuild/_testembed.vcxproj
@@ -143,7 +143,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\Modules\_testembed.c" />
+ <ClCompile Include="..\Programs\_testembed.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="pythoncore.vcxproj">