Serhiy Storchaka added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20182> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com