summaryrefslogtreecommitdiffstats
path: root/Python/frame.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-08-28 23:51:39 (GMT)
committerGitHub <noreply@github.com>2023-08-28 23:51:39 (GMT)
commit5c68cba268c07bac165834ad5c72448b195327c4 (patch)
treef4cd7346060504186ffa1a289d3dd7a3e6d5a0f8 /Python/frame.c
parent0b6a4cb0df28a2698cd2402f988b40309c04b666 (diff)
downloadcpython-5c68cba268c07bac165834ad5c72448b195327c4.zip
cpython-5c68cba268c07bac165834ad5c72448b195327c4.tar.gz
cpython-5c68cba268c07bac165834ad5c72448b195327c4.tar.bz2
gh-108494: Build _testclinic_limited on Windows (#108589)
Add _testclinic_limited project to the Visual Studio solution: * In "PCbuild/", copy "_asyncio.vcxproj" to "_testclinic_limited.vcxproj", replace "RootNamespace" with "_testclinic_limited", replace "_asyncio.c" with "_testclinic_limited.c". * Open Visual Studio, open "PCbuild\pcbuild.sln", add the existing "PCbuild\_testclinic_limited.vcxproj" project to the solution. * Add a dependency from "python" project to the "_testclinic_limited" project. * Save and exit Visual Studio. * Add ";_testclinic_limited" to "<TestModules Include="...">" in "PCbuild\pcbuild.proj".
Diffstat (limited to 'Python/frame.c')
0 files changed, 0 insertions, 0 deletions