mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -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.