Skip to content

bpo-43268: Remove abuse usage of tstate in sysmodule.c#24581

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:sys_remove_tstate
Feb 19, 2021
Merged

bpo-43268: Remove abuse usage of tstate in sysmodule.c#24581
vstinner merged 1 commit intopython:masterfrom
vstinner:sys_remove_tstate

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 19, 2021

Remove explicit tstate usage in sysmodule.c when it's only used raise
exceptions: get it implicitly using PyErr_XXX() functions.

https://bugs.python.org/issue43268

Remove explicit tstate usage in sysmodule.c when it's only used raise
exceptions: get it implicitly using PyErr_XXX() functions.
@bedevere-bot
Copy link

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

@vstinner vstinner deleted the sys_remove_tstate branch February 19, 2021 14:08
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Remove explicit tstate usage in sysmodule.c when it's only used raise
exceptions: get it implicitly using PyErr_XXX() functions.
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.

3 participants