cpython/Tools/clinic
Victor Stinner cbb9ba844f
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.

Argument Clinic now also checks for .cpp files (PC/_wmimodule.cpp).
2023-06-02 01:31:58 +02:00
..
clinic.py gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
cpp.py gh-104683: Modernise Tools/clinic/ (#104684) 2023-05-20 20:16:49 +00:00
mypy.ini gh-104050: Add more annotations to `Tools/clinic.py` (#104544) 2023-05-16 17:18:28 +00:00
requirements-dev.txt Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501) 2023-05-15 09:17:48 +00:00