bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
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.
V
Victor Stinner committed
1781d55eb34f94029e50970232635fc5082378cb
Parent: 17f268a
Committed by GitHub <noreply@github.com>
on 1/21/2022, 2:30:20 AM