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 eric.snow
Recipients daniel.urban, eric.snow, loewis, ncoghlan
Date 2013-03-14.23:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363302979.25.0.590696709059.issue17421@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I wasn't clear.  Later in type.__new__() it copies that passed namespace into a new dict (see issue #17422).  So as long as the namespace argument is a valid argument to dict(), it's going to work fine.  We don't need the extra explicit check performed by PyArg_ParseTupleAndKeywords().
History
Date User Action Args
2013-03-14 23:16:19eric.snowsetrecipients: + eric.snow, loewis, ncoghlan, daniel.urban
2013-03-14 23:16:19eric.snowsetmessageid: <1363302979.25.0.590696709059.issue17421@psf.upfronthosting.co.za>
2013-03-14 23:16:19eric.snowlinkissue17421 messages
2013-03-14 23:16:19eric.snowcreate