Files
typeshed/stdlib/3
Ryan C. Thompson f36d7a3cd3 Multiprocessing fixes (#687)
* Fix type declarations for multiprocessing.pool.ThreadPool

The existing incomplete type declarations were replaced by a copy of
multiprocessing.Pool's declarations, suitably modified.

Fixes #683.

* Change iterable type to Iterable[Iterable[Any]] in starmap

multiprocessing.Pool and multiprocessing.pool.ThreadPool have starmap
and related methods, where the iterable argument is expected to yield
iterables. The type declarations now reflect this.
2016-11-12 17:31:54 -08:00
..
2016-04-11 00:27:58 -04:00
2016-06-02 10:16:01 -07:00
2016-04-11 00:27:58 -04:00
2016-05-05 11:32:06 +01:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-05-04 16:54:57 -07:00
2016-08-17 11:54:13 -07:00
2016-03-23 08:30:39 +01:00
2016-03-06 09:25:49 +09:00
2016-05-17 14:32:03 +01:00
2016-05-19 14:34:38 -07:00
2016-04-11 00:27:58 -04:00
2016-10-12 07:34:58 -07:00
2016-07-05 10:18:58 -07:00
2016-05-03 11:48:38 -07:00
2016-08-24 06:08:46 -07:00
2016-07-26 07:43:29 -07:00
2016-04-11 00:27:58 -04:00
2016-02-25 09:41:32 +00:00
2015-12-30 21:59:56 +01:00
2016-10-10 08:07:54 -07:00
2016-09-12 11:13:42 -07:00
2016-04-17 19:59:47 -07:00
2016-05-04 16:54:57 -07:00
2016-03-06 10:03:55 +09:00