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 theller
Recipients dontbugme, theller
Date 2009-08-19.19:57:13
SpamBayes Score 1.872442e-05
Marked as misclassified No
Message-id <1250711834.51.0.575042045527.issue6735@psf.upfronthosting.co.za>
In-reply-to
Content
This is on purpose.

The idea is that the function call returns an existing pointer to an
existing object, so __init__ (or __new__, IIRC) is never called in this
case.
History
Date User Action Args
2009-08-19 19:57:14thellersetrecipients: + theller, dontbugme
2009-08-19 19:57:14thellersetmessageid: <1250711834.51.0.575042045527.issue6735@psf.upfronthosting.co.za>
2009-08-19 19:57:13thellerlinkissue6735 messages
2009-08-19 19:57:13thellercreate