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 lemburg
Recipients lemburg, tarek
Date 2009-08-13.08:40:55
SpamBayes Score 0.017289314
Marked as misclassified No
Message-id <1250152856.9.0.610063454127.issue6693@psf.upfronthosting.co.za>
In-reply-to
Content
Two things:

 * The globals should get a comment explaining what their purpose is and
where they are being initialized.

 * The get*() functions should only initialize the globals if they are
set to None. In the patch, they are initialized every time the functions
are called.
History
Date User Action Args
2009-08-13 08:40:57lemburgsetrecipients: + lemburg, tarek
2009-08-13 08:40:56lemburgsetmessageid: <1250152856.9.0.610063454127.issue6693@psf.upfronthosting.co.za>
2009-08-13 08:40:55lemburglinkissue6693 messages
2009-08-13 08:40:55lemburgcreate