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 alex
Recipients alex
Date 2010-12-10.01:54:21
SpamBayes Score 0.0004826662
Marked as misclassified No
Message-id <1291946064.7.0.737728042114.issue10668@psf.upfronthosting.co.za>
In-reply-to
Content
In ArraySubclassWithKwargs, when __init__ is called it doesn't actually pass self to `array.array.__init__`, this doesn't actually cause errors because the contents of the array isn't tested anywhere.
History
Date User Action Args
2010-12-10 01:54:24alexsetrecipients: + alex
2010-12-10 01:54:24alexsetmessageid: <1291946064.7.0.737728042114.issue10668@psf.upfronthosting.co.za>
2010-12-10 01:54:21alexlinkissue10668 messages
2010-12-10 01:54:21alexcreate