mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
ast.c: fstring_fix_node_location() downcasts a pointer difference to a C int. Replace int with Py_ssize_t to fix the compiler warning.
Miscellaneous source files for the main Python shared library