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 sbt
Recipients gvanrossum, jcea, meador.inge, pitrou, python-dev, sbt
Date 2011-12-12.14:19:50
SpamBayes Score 2.45634e-07
Marked as misclassified No
Message-id <1323699591.38.0.0312371233399.issue13577@psf.upfronthosting.co.za>
In-reply-to
Content
> - apparently you forgot to add BuiltinFunctionPropertiesTest in 
> test_main()?

Yes.  Fixed.

> - a static method keeps a reference to the type: I think it's ok, although 
> I'm not sure about the consequences (Guido, would you have an idea?)

Interestingly, in the stdlib METH_STATIC is only used by (str|bytes|bytearray).maketrans and _multiprocessing.win32.*.
History
Date User Action Args
2011-12-12 14:19:51sbtsetrecipients: + sbt, gvanrossum, jcea, pitrou, meador.inge, python-dev
2011-12-12 14:19:51sbtsetmessageid: <1323699591.38.0.0312371233399.issue13577@psf.upfronthosting.co.za>
2011-12-12 14:19:50sbtlinkissue13577 messages
2011-12-12 14:19:50sbtcreate