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 larry, serhiy.storchaka
Date 2015-05-03.20:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430683883.41.0.90362012279.issue24051@psf.upfronthosting.co.za>
In-reply-to
Content
Then it would be better to not convert wantobjects() to Argument Clinic. Using -1 as a value for not passed argument is a hack (added in 1ab9978123be) and I don't want to propagate it to the signature.

But I afraid that there are other functions that suffer from this bug (may be in the curses module).
History
Date User Action Args
2015-05-03 20:11:23serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-05-03 20:11:23serhiy.storchakasetmessageid: <1430683883.41.0.90362012279.issue24051@psf.upfronthosting.co.za>
2015-05-03 20:11:23serhiy.storchakalinkissue24051 messages
2015-05-03 20:11:23serhiy.storchakacreate