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 erlendaasland
Recipients berker.peksag, corona10, erlendaasland, vstinner
Date 2020-10-13.14:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602599884.8.0.814614709501.issue40956@roundup.psfhosted.org>
In-reply-to
Content
The primary reason is that it will be provide easy access to module state.

The first step in making sqlite3 support multiphase init was to create heap types. The second step is argument clinic. The third will be to use AC for module state. The last step will then be final multiphase support.

Also, IMHO, AC greatly improves the body of methods (readability => maintainability, hardened parsing of arguments)
History
Date User Action Args
2020-10-13 14:38:04erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, corona10
2020-10-13 14:38:04erlendaaslandsetmessageid: <1602599884.8.0.814614709501.issue40956@roundup.psfhosted.org>
2020-10-13 14:38:04erlendaaslandlinkissue40956 messages
2020-10-13 14:38:04erlendaaslandcreate