Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 18, 2018

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
(cherry picked from commit 062a57b)

Co-authored-by: Zackery Spytz [email protected]

https://bugs.python.org/issue35269

pythonGH-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
(cherry picked from commit 062a57b)

Co-authored-by: Zackery Spytz <[email protected]>
@miss-islington
Copy link
Contributor Author

@ZackerySpytz: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit ae02a92 into python:3.7 Nov 18, 2018
@miss-islington miss-islington deleted the backport-062a57b-3.7 branch November 18, 2018 16:58
@miss-islington
Copy link
Contributor Author

@ZackerySpytz: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants