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 sfaleron
Recipients sfaleron
Date 2018-08-06.13:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533563869.83.0.56676864532.issue34346@psf.upfronthosting.co.za>
In-reply-to
Content
It's a little obscure. Nothing to get alarmed about, probably. It involves recursion and __getattr__() during object creation.

Only present with 2.7 new-style classes. Old-style 2.7 did not exhibit this behavior nor did 3.x. Checked on Linux/Cygwin/Windows.
History
Date User Action Args
2018-08-06 13:57:49sfaleronsetrecipients: + sfaleron
2018-08-06 13:57:49sfaleronsetmessageid: <1533563869.83.0.56676864532.issue34346@psf.upfronthosting.co.za>
2018-08-06 13:57:49sfaleronlinkissue34346 messages
2018-08-06 13:57:49sfaleroncreate