-
- Downloads
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
The PyUnicode_InternImmortal() function is now deprecated and will be removed in Python 3.12: use PyUnicode_InternInPlace() instead.
Showing
- Doc/whatsnew/3.10.rst 8 additions, 0 deletionsDoc/whatsnew/3.10.rst
- Include/unicodeobject.h 4 additions, 1 deletionInclude/unicodeobject.h
- Misc/NEWS.d/next/C API/2020-10-02-00-57-34.bpo-41692.fDScsF.rst 3 additions, 0 deletions...EWS.d/next/C API/2020-10-02-00-57-34.bpo-41692.fDScsF.rst
- Objects/unicodeobject.c 9 additions, 0 deletionsObjects/unicodeobject.c
Loading
Please register or sign in to comment