Staging
v0.5.1
https://github.com/python/cpython
Revision 776407fe893fd42972c7e3f71423d9d86741d07c authored by Marcel Plch on 20 December 2017, 10:17:58 UTC, committed by Antoine Pitrou on 20 December 2017, 10:17:58 UTC
Change atexit behavior and PEP-489 multiphase init support.
1 parent 1976086
Raw File
Tip revision: 776407fe893fd42972c7e3f71423d9d86741d07c authored by Marcel Plch on 20 December 2017, 10:17:58 UTC
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Tip revision: 776407f
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top