]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move check for str-only keys in LOAD_GLOBAL specializations to specialization time...
authorMark Shannon <mark@hotpy.org>
Thu, 3 Mar 2022 15:17:18 +0000 (15:17 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 15:17:18 +0000 (15:17 +0000)
commitb35603532b52e25c91929177191c44c1deb2f765
tree592cd09949afa7a0bef75b544243a8005de42009
parent10117f1d8cb49ce95493555c06050faf636ccee7
Move check for str-only keys in LOAD_GLOBAL specializations to specialization time. (GH-31659)
Python/ceval.c
Python/specialize.c