mirror of
https://github.com/python/cpython.git
synced 2026-08-13 01:18:20 +08: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