]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118527: Intern code name and filename on default build (#118576)
authorSam Gross <colesbury@gmail.com>
Mon, 6 May 2024 21:24:14 +0000 (17:24 -0400)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 21:24:14 +0000 (17:24 -0400)
commit2ba2c142a615abbd8138d253edfe02426c386961
tree74ebc2335a853051acb8a544ce52b98a328686fd
parent616b745b89a52a1d27123107718f85e65918afdc
gh-118527: Intern code name and filename on default build (#118576)

Interned and non-interned strings are treated differently by `marshal`,
so be consistent between the default and free-threaded build.
Objects/codeobject.c
Programs/test_frozenmain.h