New submission from raz <[EMAIL PROTECTED]>:
The documentation for urllib.urlopen() states:
"One caveat: the read() method, if the size argument is omitted or
negative, may not read until the end of the data stream; there is no
good way to determine that the entire stream from a sock
Change by Raz Manor :
--
components: Library (Lib)
nosy: Raz Manor
priority: normal
severity: normal
status: open
title: Add name to process and thread pool
type: enhancement
versions: Python 2.7, Python 3.7
___
Python tracker
<ht
Change by Raz Manor :
--
keywords: +patch
pull_requests: +9268
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34996>
___
___
Python-
New submission from Raz Manor :
Add a human friendly names to the threads opened by multiprocessing.pool.Pool
and multiprocessing.pool.ThreadPool objects.
Sample usage:
ThreadPool(name="ClientsPool", processes=8)
--
___
Python track
Raz Manor added the comment:
The default name of the threads does not allow differentiation between pool
threads and other threads. This problem is more notable when you have several
thread pools. Also, since there are some management threads to the pool, and
one might want to know which is