Staging
v0.5.1
https://github.com/python/cpython
Revision 1dee4565fae9ccb54719fa99d7944c148736083a authored by Miss Islington (bot) on 24 February 2019, 07:56:12 UTC, committed by Ned Deily on 24 February 2019, 07:56:12 UTC
(cherry picked from commit aeca373b339e0ea9739536ce6b43bd90f3b89873)

Co-authored-by: Ned Deily <nad@python.org>
1 parent 2a3af94
Raw File
Tip revision: 1dee4565fae9ccb54719fa99d7944c148736083a authored by Miss Islington (bot) on 24 February 2019, 07:56:12 UTC
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013)
Tip revision: 1dee456
_asyncio.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{2422278e-eeeb-4241-8182-433e2bc5a7fc}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_asynciomodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top