mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
This changes cancelling() and uncancel() to return the count of pending cancellations. This can be used to avoid bugs in certain edge cases (e.g. two timeouts going off at the same time).
Source files for standard library extension modules, and former extension modules that are now builtin modules.