]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34392: Add sys. _is_interned() (GH-8755)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Dec 2023 09:09:06 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 09:09:06 +0000 (11:09 +0200)
commitdee7beeb4f9d28fec945c8c495027cc22a512328
treec41df7d57757f57cdd2f74a0fbd10925315508f4
parent0e732d0997cff08855d98c17af4dd5527f10e419
bpo-34392: Add sys. _is_interned() (GH-8755)
Doc/library/sys.rst
Doc/whatsnew/3.13.rst
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2018-08-13-13-25-15.bpo-34392.9kIlMF.rst [new file with mode: 0644]
Python/clinic/sysmodule.c.h
Python/sysmodule.c