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 serhiy.storchaka
Recipients georg.brandl, larry, loewis, nadeem.vawda, serhiy.storchaka, taleinat
Date 2015-05-16.10:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431772014.5.0.550047622283.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
The signature of sys.getsizeof() is not correct. sys.getsizeof(obj) is not the same as sys.getsizeof(obj, None). If not use optional group, then this function should not be converted to Argument Clinic. See also dict.get() with similar signature.

Opened new issue (issue24207) for the bug with the args parameter.

You can commit the patch for the signal module Tal.
History
Date User Action Args
2015-05-16 10:26:54serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, taleinat, larry, nadeem.vawda
2015-05-16 10:26:54serhiy.storchakasetmessageid: <1431772014.5.0.550047622283.issue20182@psf.upfronthosting.co.za>
2015-05-16 10:26:54serhiy.storchakalinkissue20182 messages
2015-05-16 10:26:54serhiy.storchakacreate