Staging
v0.5.1
https://github.com/python/cpython
Revision 19760863623b636a63ccf649107d9504c6465a92 authored by Victor Stinner on 20 December 2017, 00:41:59 UTC, committed by GitHub on 20 December 2017, 00:41:59 UTC
* Reorganize pymain_main() to make the code more flat
* Clear configurations before pymain_update_sys_path()
* Mark Py_FatalError() and _Py_FatalInitError() with _Py_NO_RETURN
* Replace _PyMain.run_code variable with a new RUN_CODE() macro
* Move _PyMain.cf into a local variable in pymain_run_python()
1 parent c4bca95
Raw File
Tip revision: 19760863623b636a63ccf649107d9504c6465a92 authored by Victor Stinner on 20 December 2017, 00:41:59 UTC
bpo-32030: Cleanup pymain_main() (#4935)
Tip revision: 1976086
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top