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 BTaskaya
Recipients BTaskaya, David.Edelsohn, Michael.Felt, pablogsal, vstinner
Date 2020-04-14.12:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586868861.11.0.58963123772.issue40244@roundup.psfhosted.org>
In-reply-to
Content
> With the print statements - it does not crash:

I think this isn't directly relevant with prints but about re-compiling? (just guessing). Because I experienced when I compile python for the first time on a clean AIX environment, all extension modules failed to build. When I recompiled (with keeping all artifacts from previous build) some of them successfully got compiled. When I try to compile again, most of them successfully compiled. I'm sorry but I don't know why this happens or how to solve it. We can always revert that change but I guess that isn't the real problem.
History
Date User Action Args
2020-04-14 12:54:21BTaskayasetrecipients: + BTaskaya, vstinner, David.Edelsohn, Michael.Felt, pablogsal
2020-04-14 12:54:21BTaskayasetmessageid: <1586868861.11.0.58963123772.issue40244@roundup.psfhosted.org>
2020-04-14 12:54:21BTaskayalinkissue40244 messages
2020-04-14 12:54:20BTaskayacreate