Files
cpython/Modules
Victor Stinner b6a2eef2c1 Fix issues reported by cpython-review-toolkit in faulthandler (#151341)
* snprintf() is not async-signal-safe: replace it with
  _Py_DumpDecimal().
* Fix tid type from 'long' to 'unsigned long'.
* Replace PyLong_AsLong() with PyLong_AsInt().
* Avoid unnecessary narrowing cast on _Py_write_noraise() call.
2026-06-15 13:11:26 +02:00
..

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