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 amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-03-25.12:54:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585140890.78.0.84509618871.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
> Thanks for the clarifications. I will keep looking for simple modules, no state and easy to migrate but also dedicate more time to work on the more complex like datetime. I'm working on PR19122 corrections.

I like changes which convert C extension modules to multiphase initialization API since they fix the error path: they implicitly ensures that the module is properly destroyed if something goes wrong.

Moreover, it will ease the work to fix the other issues that I listed.
History
Date User Action Args
2020-03-25 12:54:50vstinnersetrecipients: + vstinner, amaury.forgeotdarc, kylotan, tlesher, phsilva, ysj.ray, santoso.wijaya, lukasz.langa, eric.snow, pconnell, isoschiz, corona10, miss-islington, shihai1991
2020-03-25 12:54:50vstinnersetmessageid: <1585140890.78.0.84509618871.issue1635741@roundup.psfhosted.org>
2020-03-25 12:54:50vstinnerlinkissue1635741 messages
2020-03-25 12:54:50vstinnercreate