]> granicus.if.org Git - python/commit
Add multiprocessing.Pool.__repr__() (GH-11137)
authorVictor Stinner <vstinner@redhat.com>
Fri, 14 Dec 2018 10:13:18 +0000 (11:13 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Dec 2018 10:13:18 +0000 (11:13 +0100)
commit2b417fba25f036c2d6139875e389d80e4286ad75
treef21f8eeb7a73df4ee3d57f2cf247be17de512b1f
parentafb3e71a1710c444fbe789b51df43ee16ee9ede7
Add multiprocessing.Pool.__repr__() (GH-11137)

* Add multiprocessing.Pool.__repr__() to ease debug
* RUN, CLOSE and TERMINATE constants values are now strings rather
  than integer to ease debug
Lib/multiprocessing/pool.py