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 petr.viktorin
Recipients brett.cannon, docs@python, eric.snow, ncoghlan, petr.viktorin
Date 2015-06-16.11:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434452866.14.0.181014085851.issue24458@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,
Here is a patch documenting PEP 489.

I don't feel comfortable rewriting the tutorial [0] yet: before the issue with callbacks/module state [1] is solved, which is 3.6 material, multi-phase init is not suitable for all modules.
So everything in PEP 489 is described in reference-style documentation.


[0] https://docs.python.org/3/extending/extending.html
[1] https://www.python.org/dev/peps/pep-0489/#module-state-and-c-level-callbacks
History
Date User Action Args
2015-06-16 11:07:47petr.viktorinsetrecipients: + petr.viktorin, brett.cannon, ncoghlan, docs@python, eric.snow
2015-06-16 11:07:46petr.viktorinsetmessageid: <1434452866.14.0.181014085851.issue24458@psf.upfronthosting.co.za>
2015-06-16 11:07:45petr.viktorinlinkissue24458 messages
2015-06-16 11:07:45petr.viktorincreate