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 xtreak
Recipients eric.smith, mbussonn, xtreak
Date 2020-06-20.04:36:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592627763.54.0.530229635888.issue41041@roundup.psfhosted.org>
In-reply-to
Content
Some related note in documentation about repl with commit : https://github.com/python/cpython/commit/73dd030c8b71a7080648554652912982054b1177

> Note Functionality within this package requires that the __main__ module be importable by the children. This is covered in Programming guidelines however it is worth pointing out here. This means that some examples, such as the multiprocessing.pool.Pool examples will not work in the interactive interpreter.
History
Date User Action Args
2020-06-20 04:36:03xtreaksetrecipients: + xtreak, eric.smith, mbussonn
2020-06-20 04:36:03xtreaksetmessageid: <1592627763.54.0.530229635888.issue41041@roundup.psfhosted.org>
2020-06-20 04:36:03xtreaklinkissue41041 messages
2020-06-20 04:36:03xtreakcreate