summaryrefslogtreecommitdiffstats
path: root/Python/codegen.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-05-29 20:55:42 (GMT)
committerGitHub <noreply@github.com>2025-05-29 20:55:42 (GMT)
commit9c2e0febb481f1c24a6397d3a4fb9422c9433ef4 (patch)
treed9f66f04efceaf3da70b0479c23e79fe357bd72b /Python/codegen.c
parent4670dddbf6bb440143bcad36af3a708b5a747e4a (diff)
downloadcpython-9c2e0febb481f1c24a6397d3a4fb9422c9433ef4.zip
cpython-9c2e0febb481f1c24a6397d3a4fb9422c9433ef4.tar.gz
cpython-9c2e0febb481f1c24a6397d3a4fb9422c9433ef4.tar.bz2
[3.14] gh-132775: Fix _PyFunctIon_VerifyStateless() (gh-134901)
gh-132775: Fix _PyFunctIon_VerifyStateless() () The problem we're fixing here is that we were using PyDict_Size() on "defaults", which it is actually a tuple. We're also adding some explicit type checks. This is a follow-up to gh-133221/gh-133528. (cherry picked from commit dafd14146f7, AKA gh-134900) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Diffstat (limited to 'Python/codegen.c')
0 files changed, 0 insertions, 0 deletions