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 lorph
Recipients glchapman, lorph, mwh
Date 2008-07-22.02:58:23
SpamBayes Score 0.0007536446
Marked as misclassified No
Message-id <1216695507.75.0.165413452927.issue672115@psf.upfronthosting.co.za>
In-reply-to
Content
Is anyone still working on this? It seems like an oddity of python that
has been a stumbling block for me to create a super reload.

I've found that i am able to bypass this problem by creating the
following definition:

class object(object):pass

However, this feels like an ugly hack.
History
Date User Action Args
2008-07-22 02:58:28lorphsetspambayes_score: 0.000753645 -> 0.0007536446
recipients: + lorph, mwh, glchapman
2008-07-22 02:58:27lorphsetspambayes_score: 0.000753645 -> 0.000753645
messageid: <1216695507.75.0.165413452927.issue672115@psf.upfronthosting.co.za>
2008-07-22 02:58:25lorphlinkissue672115 messages
2008-07-22 02:58:24lorphcreate