]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 12 Jun 2022 16:38:18 +0000 (22:08 +0530)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2022 16:38:18 +0000 (01:38 +0900)
commit93310879665368445f95df2f3d9be7fb82435248
treee9ae1523092021d4979ef93ac77e9f83eb15e87d
parentae1ca74513e792b09c8057a87aa28715b5c9f50b
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Objects/typeobject.c