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 Robin.Schreiber
Recipients Robin.Schreiber, belopolsky, loewis, pitrou
Date 2013-08-18.13:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376832896.65.0.863006111897.issue15849@psf.upfronthosting.co.za>
In-reply-to
Content
Everything except for the Xxo_Type. But you are right. Then again, why are these global static variables from the start? Isn't this because xxmodule is some kind of "dummy" module that is supposed to demonstrate some coding conventions on how to build extension modules? 
Another possibility could be the faster lookup of the variables, which is now of course invalidated if we store it within the module state.
History
Date User Action Args
2013-08-18 13:34:56Robin.Schreibersetrecipients: + Robin.Schreiber, loewis, belopolsky, pitrou
2013-08-18 13:34:56Robin.Schreibersetmessageid: <1376832896.65.0.863006111897.issue15849@psf.upfronthosting.co.za>
2013-08-18 13:34:56Robin.Schreiberlinkissue15849 messages
2013-08-18 13:34:56Robin.Schreibercreate