mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
9672da7bb4
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.