Staging
v0.5.1
https://github.com/python/cpython
Revision 3d17c045b4c3d09b72bbd95ed78af1ae6f0d98d2 authored by Victor Stinner on 13 May 2020, 23:48:38 UTC, committed by GitHub on 13 May 2020, 23:48:38 UTC
Move PyInterpreterState.fs_codec into a new
PyInterpreterState.unicode structure.

Give a name to the fs_codec structure and use this structure in
unicodeobject.c.
1 parent 75cd8e4
Raw File
Tip revision: 3d17c045b4c3d09b72bbd95ed78af1ae6f0d98d2 authored by Victor Stinner on 13 May 2020, 23:48:38 UTC
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Tip revision: 3d17c04
_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