mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
f51815426e
sys.stdin.readline(), you get a fatal error (no current thread). This is because there was a call to PyErr_CheckSignals() while there was no current thread. I wonder how many more of these we find... I bnetter go hunting for PyErr_CheckSignals() now...