This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz, asvetlov, yselivanov
Date 2018-11-17.17:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542474956.13.0.788709270274.issue35269@psf.upfronthosting.co.za>
In-reply-to
Content
If compute_cr_origin() fails in PyCoro_New(), coro->cr_origin won't be initialized. This will cause a crash during the coroutine's deallocation.

I'll create a PR for this issue.
History
Date User Action Args
2018-11-17 17:15:56ZackerySpytzsetrecipients: + ZackerySpytz, asvetlov, yselivanov
2018-11-17 17:15:56ZackerySpytzsetmessageid: <1542474956.13.0.788709270274.issue35269@psf.upfronthosting.co.za>
2018-11-17 17:15:56ZackerySpytzlinkissue35269 messages
2018-11-17 17:15:55ZackerySpytzcreate