bpo-46417: Clear _io module static objects at exit by vstinner · Pull Request #30807 · python/cpython · GitHub
Skip to content

bpo-46417: Clear _io module static objects at exit - #30807

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:pyio_fini
Jan 22, 2022
Merged

vstinner merged 1 commit into
python:mainfrom
vstinner:pyio_fini

Conversation

@vstinner

@vstinner vstinner commented Jan 22, 2022

Copy link
Copy Markdown
Member

Add _PyIO_Fini() function, called by finalize_interp_clear(). It
clears static objects used by the _io extension module.

https://bugs.python.org/issue46417

Add _PyIO_Fini() function, called by finalize_interp_clear(). It
clears static objects used by the _io extension module.
@bedevere-bot

Copy link
Copy Markdown

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