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 jkloth
Recipients jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-17.16:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645115050.56.0.993068912752.issue46778@roundup.psfhosted.org>
In-reply-to
Content
While the current build does enable building of projects in parallel 
(msbuild -m), the compilation of each project's source files is done sequentially.  For large projects like pythoncore or _freeze_module this can take quite some time.

This simple PR speeds things up significantly, ~2x on machines that I have access.
History
Date User Action Args
2022-02-17 16:24:10jklothsetrecipients: + jkloth, paul.moore, tim.golden, zach.ware, steve.dower
2022-02-17 16:24:10jklothsetmessageid: <1645115050.56.0.993068912752.issue46778@roundup.psfhosted.org>
2022-02-17 16:24:10jklothlinkissue46778 messages
2022-02-17 16:24:10jklothcreate