mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
These functions are broken by design because they discard any exceptions raised inside, including MemoryError and KeyboardInterrupt. They should not be used in new code.
Miscellaneous source files for the main Python shared library