]> granicus.if.org Git - python/commit
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2019 06:19:02 +0000 (23:19 -0700)
committerYury Selivanov <yury@magic.io>
Mon, 30 Sep 2019 06:19:02 +0000 (23:19 -0700)
commit2f87a7dc5a1ad7f37787f0adee242c931643f878
tree97318638a1b2dc84070c8595b9328398a0d5d363
parent1c19d656a79a00f58361ceb61c0a6d1faf90c686
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486)

(cherry picked from commit fc4a044a3c54ce21e9ed150f7d769fb479d34c49)

Co-authored-by: Yury Selivanov <yury@magic.io>
Include/genobject.h
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2018-06-07-01-01-20.bpo-30773.C31rVE.rst [new file with mode: 0644]
Objects/genobject.c