X Tutup
Skip to content

[3.9] Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173)#20202

Merged
ambv merged 1 commit intopython:3.9from
miss-islington:backport-ff7a8b0-3.9
May 19, 2020
Merged

[3.9] Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173)#20202
ambv merged 1 commit intopython:3.9from
miss-islington:backport-ff7a8b0-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 19, 2020

_PyErr_ChainStackItem was just added in GH-19951 (for bpo-31033).
(cherry picked from commit ff7a8b0)

Co-authored-by: Chris Jerdonek chris.jerdonek@gmail.com

_PyErr_ChainStackItem was just added in pythonGH-19951 (for bpo-31033).
(cherry picked from commit ff7a8b0)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@ambv ambv merged commit f02c304 into python:3.9 May 19, 2020
@bedevere-bot
Copy link
Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-ff7a8b0-3.9 branch May 19, 2020 02:14
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

@cjerdonek: 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup