Files
cpython/Modules
Serhiy Storchaka fd63e21c0b gh-87904: Report the public module name in curses types and exceptions (GH-152341)
The curses C types and exceptions now set their tp_name to the public
module, so __module__, repr() and help() report curses.window,
curses.complexchar, curses.complexstr, curses.screen, curses.error,
curses.panel.panel and curses.panel.error instead of the underscore
extension modules.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 10:10:11 +03:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.