10000 gh-105396: Deprecate PyImport_ImportModuleNoBlock() function by vstinner · Pull Request #105397 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-105396: Deprecate PyImport_ImportModuleNoBlock() function #105397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2023

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Jun 6, 2023

Deprecate the PyImport_ImportModuleNoBlock() function which is just an alias to PyImport_ImportModule() since Python 3.3.


📚 Documentation preview 📚: https://cpython-previews--105397.org.readthedocs.build/

Deprecate the PyImport_ImportModuleNoBlock() function which is just
an alias to PyImport_ImportModule() since Python 3.3.
@vstinner
Copy link
Member Author
vstinner commented Jun 6, 2023

cc @brettcannon @warsaw @ncoghlan

@vstinner vstinner merged commit 3e525d2 into python:main Jun 9, 2023
@vstinner vstinner deleted the deprecate_pyimport_noblock branch June 9, 2023 08:31
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.

3 participants
0