Staging
v0.5.1
https://github.com/python/cpython
Revision cda23be092f4a72e4f335cf182f11e7bd7fd98eb authored by Victor Stinner on 17 November 2020, 17:57:32 UTC, committed by GitHub on 17 November 2020, 17:57:32 UTC
* Add signal_add_constants() function and add ADD_INT_MACRO macro.
* The Python SIGINT handler is now installed at the end of
  signal_exec().
* Use Py_NewRef().
1 parent 0ae323b
Raw File
Tip revision: cda23be092f4a72e4f335cf182f11e7bd7fd98eb authored by Victor Stinner on 17 November 2020, 17:57:32 UTC
bpo-41686: Refactor signal_exec() (GH-23346)
Tip revision: cda23be
_testcapi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{071b2ff4-e5a1-4e79-b0c5-cf46b0094a80}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top