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 chrisburr
Recipients chrisburr, dstufft, eric.araujo
Date 2020-10-12.06:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602483942.71.0.834700001861.issue42009@roundup.psfhosted.org>
In-reply-to
Content
Since bpo-36302 was implemented, extension sources are now sorted for reproducibility. This is causing an issue in pywin32 as the *.mc files must be processed first to ensure the *.h files are generated before trying to compile the actual sources. I'm not very familiar with Windows but there are more details in: https://github.com/mhammond/pywin32/issues/1590

As suggested in the issue, the solution is probably to modify msvccompiler.py to process the .rc and .mc files before any C/C++ sources.
History
Date User Action Args
2020-10-12 06:25:42chrisburrsetrecipients: + chrisburr, eric.araujo, dstufft
2020-10-12 06:25:42chrisburrsetmessageid: <1602483942.71.0.834700001861.issue42009@roundup.psfhosted.org>
2020-10-12 06:25:42chrisburrlinkissue42009 messages
2020-10-12 06:25:41chrisburrcreate