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 ronaldoussoren
Recipients barracuda156, ned.deily, ronaldoussoren
Date 2022-04-06.14:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649255844.27.0.92991506098.issue47240@roundup.psfhosted.org>
In-reply-to
Content
The problem you should look into is why the _posixsubprocess doesn't build, the message about msvcrt is a red herring due to the way subprocess.py is structured.

Also compare the pyconfig.h files created for the two single architecture builds, maybe there are differences in detected features for the two architectures (other than CPU differences, there's a pymacconfig.h files that sets the correct values for sizes of basic types). 

That said, I won't be debugging this issue myself. MacOS on PowerPC is by now a thing of the past and IIRC the last time I had access to a 64-bit PPC machine was before GUI code would run properly in PPC64 mode.
History
Date User Action Args
2022-04-06 14:37:24ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, barracuda156
2022-04-06 14:37:24ronaldoussorensetmessageid: <1649255844.27.0.92991506098.issue47240@roundup.psfhosted.org>
2022-04-06 14:37:24ronaldoussorenlinkissue47240 messages
2022-04-06 14:37:24ronaldoussorencreate