mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 00:52:44 +08:00
Fix concurrent.futures import for re-export (#4105)
Also update stubtest whitelist as a workaround.
This commit is contained in:
@@ -133,6 +133,7 @@ collections.abc.Set.isdisjoint
|
||||
collections.deque.__hash__
|
||||
concurrent.futures.Executor.map
|
||||
concurrent.futures._base.Executor.map
|
||||
concurrent.futures.ProcessPoolExecutor.map
|
||||
concurrent.futures.process.ProcessPoolExecutor.map
|
||||
configparser.DuplicateOptionError.__init__
|
||||
configparser.DuplicateSectionError.__init__
|
||||
|
||||
Reference in New Issue
Block a user