mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -04:00
d581d7792b
globals, _Py_Ticker and _Py_CheckInterval. This also implements Jeremy's
shortcut in Py_AddPendingCall that zeroes out _Py_Ticker. This allows the
test in the main loop to only test a single value.
The gory details are at
http://python.org/sf/602191