Staging
v0.5.1
https://github.com/python/cpython
Revision 1c2b138671656abf8563a0cd7ef27c8c2e0be4e6 authored by Miss Islington (bot) on 05 February 2018, 00:05:23 UTC, committed by Terry Jan Reedy on 05 February 2018, 00:05:23 UTC
Add new entries to the widget list.
(cherry picked from commit 845d86485e35a26478aedb3dc127d632fdc65759)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent 231fa23
Raw File
Tip revision: 1c2b138671656abf8563a0cd7ef27c8c2e0be4e6 authored by Miss Islington (bot) on 05 February 2018, 00:05:23 UTC
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5538)
Tip revision: 1c2b138
_multiprocessing.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Header Files">
      <UniqueIdentifier>{623c956c-1893-43d9-a7dc-96e4fef20f93}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{34615a62-f999-4659-83f5-19d17a644530}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\Modules\_multiprocessing\multiprocessing.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_multiprocessing\multiprocessing.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\_multiprocessing\semaphore.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top