This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimlinntu
Recipients jimlinntu
Date 2020-11-15.15:51:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605455474.5.0.172346256047.issue42363@roundup.psfhosted.org>
In-reply-to
Content
I think the exception "raise ValueError("Pool not running")" is not easy for a programmer to quickly know the problem of their code.

Therefore, I add the value of self._state when throwing the ValueError.
History
Date User Action Args
2020-11-15 15:51:14jimlinntusetrecipients: + jimlinntu
2020-11-15 15:51:14jimlinntusetmessageid: <1605455474.5.0.172346256047.issue42363@roundup.psfhosted.org>
2020-11-15 15:51:14jimlinntulinkissue42363 messages
2020-11-15 15:51:14jimlinntucreate