diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-05-29 20:55:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 20:55:42 (GMT) |
commit | 9c2e0febb481f1c24a6397d3a4fb9422c9433ef4 (patch) | |
tree | d9f66f04efceaf3da70b0479c23e79fe357bd72b /Python/sysmodule.c | |
parent | 4670dddbf6bb440143bcad36af3a708b5a747e4a (diff) | |
download | cpython-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/sysmodule.c')
0 files changed, 0 insertions, 0 deletions