]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
authorChristoph Walcher <christoph-wa@gmx.de>
Mon, 1 Sep 2025 21:55:22 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Sep 2025 21:55:22 +0000 (22:55 +0100)
commit47bc10e6b3cb44658da275f3484781ef2a2b9222
tree362c2b8bdb7cfa755477de35984cf4b9f496cde0
parent7c92497e5c6d3d6c36721f554d09efffbe4bbc23
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Include/internal/pycore_abstract.h
Lib/test/clinic.test.c
Lib/test/test_clinic.py
Modules/_testclinic.c
Modules/clinic/_testclinic.c.h
Python/modsupport.c
Tools/clinic/libclinic/converters.py