Files
cpython/Modules
Victor Stinner be143ec996 bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
The PyFPE_START_PROTECT() and PyFPE_END_PROTECT() macros are empty:
they have been doing nothing for the last year  (since commit
735ae8d139), so stop using them.
2019-11-20 02:51:30 +01:00
..
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00

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