diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-12 10:54:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 10:54:02 (GMT) |
commit | 4dcbe06fd264b3f9c0b26831f19d211a48c52286 (patch) | |
tree | fac36a137891b61309b33b62d70addfd503ad427 /Python/bytecodes.c | |
parent | e0637cebe5bf863897f2e89dfcb76be0015c1877 (diff) | |
download | cpython-4dcbe06fd264b3f9c0b26831f19d211a48c52286.zip cpython-4dcbe06fd264b3f9c0b26831f19d211a48c52286.tar.gz cpython-4dcbe06fd264b3f9c0b26831f19d211a48c52286.tar.bz2 |
gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)
Replace "size_t nargs" with "Py_ssize_t nargs" in PyCMethod.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions