Staging
v0.5.1
https://github.com/python/cpython
Revision c5c642565e260477ae2fb29d0c86a91e19702ae3 authored by Victor Stinner on 23 September 2019, 13:59:00 UTC, committed by GitHub on 23 September 2019, 13:59:00 UTC
Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.

(cherry picked from commit fcdb027234566c4d506d6d753c7d5638490fb088)
1 parent fe9089a
Raw File
Tip revision: c5c642565e260477ae2fb29d0c86a91e19702ae3 authored by Victor Stinner on 23 September 2019, 13:59:00 UTC
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Tip revision: c5c6425
_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