mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
fb7e7992be
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