cpython/Tools/clinic
Victor Stinner dd29ae26f8
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Argument Clinic now uses "const wchar_t*" type instead of
"const Py_UNICODE*" type for the "Py_UNICODE" format.
2023-05-31 17:52:33 +00:00
..
clinic.py gh-105156: Argument Clinic avoids Py_UNICODE type (#105161) 2023-05-31 17:52:33 +00: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