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 bbayles
Recipients bbayles, dancol, davin, miss-islington, pitrou, vstinner
Date 2019-01-11.01:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547170132.22.0.10664100004.issue32146@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the note. I've merged in master and fixed a conflict in the test file.

In an earlier rev I tried to do the argument parsing without ast.literal_eval, but found it awkward to support all the ways [1] can manifest. You might have a better idea?


[1] https://github.com/python/cpython/blob/3.7/Lib/multiprocessing/forkserver.py#L106-L107
History
Date User Action Args
2019-01-11 01:28:53bbaylessetrecipients: + bbayles, pitrou, vstinner, dancol, davin, miss-islington
2019-01-11 01:28:52bbaylessetmessageid: <1547170132.22.0.10664100004.issue32146@roundup.psfhosted.org>
2019-01-11 01:28:52bbayleslinkissue32146 messages
2019-01-11 01:28:52bbaylescreate