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 christian.heimes, vstinner
Date 2013-07-26.20:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374872365.19.0.91179085639.issue18561@psf.upfronthosting.co.za>
In-reply-to
Content
_get_arg() should skip not check keywords if name is NULL (which looks to be a valid case, since name is check at the end of the function).
History
Date User Action Args
2013-07-26 20:59:25vstinnersetrecipients: + vstinner, christian.heimes
2013-07-26 20:59:25vstinnersetmessageid: <1374872365.19.0.91179085639.issue18561@psf.upfronthosting.co.za>
2013-07-26 20:59:25vstinnerlinkissue18561 messages
2013-07-26 20:59:24vstinnercreate