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 skrah
Recipients BreamoreBoy, demian.brecht, georg.brandl, larry, skrah
Date 2015-03-01.19:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425237235.75.0.341725637965.issue20408@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that "obj" would be nicer.  On the other hand we explicitly
test for "object" in the tests, help(memoryview) says "object" and pypy
accepts "object".

Also, I think there may be other instances in the tree where reserved
names are used for parameters.
History
Date User Action Args
2015-03-01 19:13:55skrahsetrecipients: + skrah, georg.brandl, larry, BreamoreBoy, demian.brecht
2015-03-01 19:13:55skrahsetmessageid: <1425237235.75.0.341725637965.issue20408@psf.upfronthosting.co.za>
2015-03-01 19:13:55skrahlinkissue20408 messages
2015-03-01 19:13:55skrahcreate