Staging
v0.5.1
https://github.com/python/cpython
Revision f92bb6ed336c49cabf30717c3b741b1b4284f491 authored by Miss Islington (bot) on 29 August 2019, 05:35:41 UTC, committed by GitHub on 29 August 2019, 05:35:41 UTC

* Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
(cherry picked from commit 9670ce76b83bde950020f8d89c4d27168aaaf912)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
1 parent ed00fee
Raw File
Tip revision: f92bb6ed336c49cabf30717c3b741b1b4284f491 authored by Miss Islington (bot) on 29 August 2019, 05:35:41 UTC
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
Tip revision: f92bb6e
_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