SIGN IN SIGN UP

bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585)

coro->cr_origin wasn't initialized if compute_cr_origin() failed in
PyCoro_New(), which would cause a crash during the coroutine's
deallocation.



https://bugs.python.org/issue35269
Z
Zackery Spytz committed
062a57bf4b768ef726975bcc1d34398387520147
Parent: 177a41a
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 11/18/2018, 4:45:57 PM