mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The _curses module now creates its ncurses_version type as a heap type using PyStructSequence_NewType(), rather than using a static type. * Move _PyStructSequence_FiniType() definition to pycore_structseq.h. * test.pythoninfo: log curses.ncurses_version.
Miscellaneous source files for the main Python shared library