Skip to content

gh-105140: remove unused arg of _PyErr_ChainStackItem#105141

Merged
iritkatriel merged 4 commits intopython:mainfrom
iritkatriel:_PyErr_ChainStackItem
Jun 1, 2023
Merged

gh-105140: remove unused arg of _PyErr_ChainStackItem#105141
iritkatriel merged 4 commits intopython:mainfrom
iritkatriel:_PyErr_ChainStackItem

Conversation

@iritkatriel
Copy link
Copy Markdown
Member

@iritkatriel iritkatriel commented May 31, 2023

@iritkatriel iritkatriel added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 31, 2023
@iritkatriel iritkatriel requested a review from vstinner June 1, 2023 18:31
Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM since tests still pass and i'm confident that gen_send_ex2() is tested by the Python test suite.

@@ -0,0 +1 @@
Remove unused, untested and undocumented arg of ``_PyErr_ChainStackItem``.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that end users care about changes in the internal C API. You can remove this NEWS entry.

@iritkatriel iritkatriel enabled auto-merge (squash) June 1, 2023 20:25
@iritkatriel iritkatriel merged commit 60f8117 into python:main Jun 1, 2023
@iritkatriel iritkatriel deleted the _PyErr_ChainStackItem branch July 25, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core (Objects, Python, Grammar, and Parser dirs) skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove unused argument of _PyErr_ChainStackItem

3 participants