Files
cpython/Modules
Bénédikt Tran ee36db5500 gh-125843: indicate which C function caused a curses.error (#125844)
- Rename error helpers with a `curses_set_error_*` prefix instead of `PyCurses*`.
- Cleanly report both NULL and ERR cases.
- Raise `curses.error` in `is_linetouched` instead of a `TypeError`.
2025-05-19 15:53:39 +02:00
..
2025-05-07 14:50:39 -05:00

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