bpo-41692: Deprecate PyUnicode_InternImmortal() by vstinner · Pull Request #22486 · python/cpython

@vstinner

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

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.