← 返回首页
bpo-41692: Deprecate PyUnicode_InternImmortal() by vstinner · Pull Request #22486 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

bpo-41692: Deprecate PyUnicode_InternImmortal()#22486

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:intern_immortal
Oct 2, 2020
Merged

bpo-41692: Deprecate PyUnicode_InternImmortal()#22486
vstinner merged 1 commit into
python:masterfrom
vstinner:intern_immortal

Conversation

vstinner commented Oct 1, 2020
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

The PyUnicode_InternImmortal() function is now deprecated and will be
removed in Python 3.12: use PyUnicode_InternInPlace() instead.

https://bugs.python.org/issue41692

The PyUnicode_InternImmortal() function is now deprecated and will be removed in Python 3.12: use PyUnicode_InternInPlace() instead.
vstinner merged commit 583ee5a into python:master Oct 2, 2020
vstinner deleted the intern_immortal branch October 2, 2020 12:49
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
The PyUnicode_InternImmortal() function is now deprecated and will be removed in Python 3.12: use PyUnicode_InternInPlace() instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants

Footer

© 2026 GitHub, Inc.