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 nascheme
Recipients nascheme, ncoghlan, pitrou
Date 2009-02-14.16:30:29
SpamBayes Score 4.585974e-07
Marked as misclassified No
Message-id <1234629030.55.0.617185576207.issue5178@psf.upfronthosting.co.za>
In-reply-to
Content
Argh, it's like pulling a sweater thread.  The stat.S_ISDIR function
uses the S_IFDIR global so I would have write my own.  This does not
look like good maintainable code, IMO.

Maybe there should be a special flag modules can set to make them get
cleared later in the interpreter cleanup procedure.  Modules could set
it if they don't create reference cycles themselves and don't hold
references to user objects.
History
Date User Action Args
2009-02-14 16:30:30naschemesetrecipients: + nascheme, ncoghlan, pitrou
2009-02-14 16:30:30naschemesetmessageid: <1234629030.55.0.617185576207.issue5178@psf.upfronthosting.co.za>
2009-02-14 16:30:29naschemelinkissue5178 messages
2009-02-14 16:30:29naschemecreate