Files
cpython/Modules
Victor Stinner 9672da7bb4 Issue #23285: Fix handling of EINTR in fileio.c
Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an
exception.

Initialize also the length outside the loop to only initialize it once.
2015-03-04 18:40:10 +01:00
..
2015-02-26 15:27:57 +02:00
2014-10-28 22:24:46 +01:00
2015-02-26 15:27:57 +02:00
2015-02-16 09:40:12 +02:00
2014-10-02 08:35:31 +02:00
2015-01-11 13:22:44 +00:00
2015-02-26 15:27:57 +02:00
2014-08-22 14:01:56 -04:00
2014-07-06 13:04:20 -07:00
2015-03-02 11:18:40 -05:00
2014-07-06 13:04:20 -07:00

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