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 zkrynicki
Recipients barry, zkrynicki
Date 2013-12-04.22:20:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386195626.68.0.552702769368.issue19888@psf.upfronthosting.co.za>
In-reply-to
Content
Experimenting with a few modifications lead to the following observations:

1) objects with short names (defined inside the Obj class) tend to be ignored and don't trigger the bug
2) Longer names tend to trigger the bug, ordering is not deterministic
3) Calling __new__ before iterating over namespace makes the problem go away, it seems to be related to the for loop more than to anything else
History
Date User Action Args
2013-12-04 22:20:26zkrynickisetrecipients: + zkrynicki, barry
2013-12-04 22:20:26zkrynickisetmessageid: <1386195626.68.0.552702769368.issue19888@psf.upfronthosting.co.za>
2013-12-04 22:20:26zkrynickilinkissue19888 messages
2013-12-04 22:20:26zkrynickicreate