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 vstinner
Recipients ezio.melotti, giampaolo.rodola, michael.foord, terry.reedy, user93448, vstinner, xtreak
Date 2020-08-10.16:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597075833.47.0.7199373532.issue37873@roundup.psfhosted.org>
In-reply-to
Content
> Leveraging GNU Parallel (https://www.gnu.org/software/parallel/) might help simplify implementation. Perhaps that could be used as a subprocess call?

In general, we attempt to avoid depending on the availability of external tool. For example, I don't expect this tool to be available on Windows, whereas it would be better to support parallel execution on Windows as well.
History
Date User Action Args
2020-08-10 16:10:33vstinnersetrecipients: + vstinner, terry.reedy, giampaolo.rodola, ezio.melotti, michael.foord, xtreak, user93448
2020-08-10 16:10:33vstinnersetmessageid: <1597075833.47.0.7199373532.issue37873@roundup.psfhosted.org>
2020-08-10 16:10:33vstinnerlinkissue37873 messages
2020-08-10 16:10:33vstinnercreate