mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 08:14:02 +08:00
df9df65882
* Allow None in concurrent.futures.exception() and set_exception() * Make Executor.map() signature more precise * Remove superfluous signatures * Specify str type for some concurrent.futures constants * Update concurrent.futures backport * CR fixes