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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-06-12.14:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497278513.71.0.832008117631.issue30640@psf.upfronthosting.co.za>
In-reply-to
Content
Can you please show me the line doing NULL+1? I don't see it. Or do you mean the "k + 1" with k=NULL?

_PyEval_EvalCodeWithName() ignores kwnames and kwargs when kwcount is zero. So I don't think that the value of NULL+1 matters here :-)
History
Date User Action Args
2017-06-12 14:41:53vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-06-12 14:41:53vstinnersetmessageid: <1497278513.71.0.832008117631.issue30640@psf.upfronthosting.co.za>
2017-06-12 14:41:53vstinnerlinkissue30640 messages
2017-06-12 14:41:53vstinnercreate