diff options
| author | Richard Oudkerk <shibturn@gmail.com> | 2013-05-06 12:13:50 +0100 |
|---|---|---|
| committer | Richard Oudkerk <shibturn@gmail.com> | 2013-05-06 12:13:50 +0100 |
| commit | f3a0da24f3319a16de0bf78e749a30087880b57d (patch) | |
| tree | 595684e6f32909e6705cf7e8195b05e72811ed53 /Lib | |
| parent | 8575783a00a6fc7ef9cb754df90532b178de2fb3 (diff) | |
| parent | def51ca8ea68630f4e3d3a1d8b9b5a4aceb91105 (diff) | |
| download | cpython-git-f3a0da24f3319a16de0bf78e749a30087880b57d.tar.gz | |
Merge
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/multiprocessing/pool.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/multiprocessing/pool.py b/Lib/multiprocessing/pool.py index 82a2923fd6..bcf8a378de 100644 --- a/Lib/multiprocessing/pool.py +++ b/Lib/multiprocessing/pool.py @@ -597,6 +597,8 @@ class ApplyResult(object): self._event.set() del self._cache[self._job] +AsyncResult = ApplyResult # create alias -- see #17805 + # # Class whose instances are returned by `Pool.map_async()` # |
