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 James.Pye, Tom.Whittock, amaury.forgeotdarc, georg.brandl, gregory.p.smith, isoschiz, jonathanmcdougall, jwp, mutkuk, pconnell, pitrou, vstinner
Date 2019-05-27.15:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558970135.68.0.316887289643.issue1195571@roundup.psfhosted.org>
In-reply-to
Content
I understand that this issue has been fixed in bpo-36763 with the implementation of the PEP 587. A new API now allow to handle Python initialization error with a new PyStatus structure.

By the way, bpo-30560 was a similar issue.

Note: if I misunderstood the issue, please reopen it ;-)
History
Date User Action Args
2019-05-27 15:15:35vstinnersetrecipients: + vstinner, georg.brandl, gregory.p.smith, amaury.forgeotdarc, pitrou, mutkuk, jwp, Tom.Whittock, pconnell, jonathanmcdougall, isoschiz, James.Pye
2019-05-27 15:15:35vstinnersetmessageid: <1558970135.68.0.316887289643.issue1195571@roundup.psfhosted.org>
2019-05-27 15:15:35vstinnerlinkissue1195571 messages
2019-05-27 15:15:35vstinnercreate