Staging
v0.8.1
https://github.com/python/cpython
Revision 3c1786f18b1542e71454f37e3f3ca1ef3eec0e5f authored by Miss Islington (bot) on 17 September 2019, 13:20:06 UTC, committed by GitHub on 17 September 2019, 13:20:06 UTC

Even when the helper is not started yet.

This behavior follows conventional generator one.
There is no reason for `async_generator_athrow` to handle `gen.throw()` differently.

https://bugs.python.org/issue38013
(cherry picked from commit c275312a6284bd319ea33c9abd7e15c230eca43f)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 5f1590d
Raw File
Tip revision: 3c1786f18b1542e71454f37e3f3ca1ef3eec0e5f authored by Miss Islington (bot) on 17 September 2019, 13:20:06 UTC
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070)
Tip revision: 3c1786f
_testinternalcapi.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>{136fc5eb-7fe4-4486-8c6d-b49f37a00199}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testinternalcapi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top