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 larry
Recipients benjamin.peterson, georg.brandl, ghaering, larry, python-dev, r.david.murray, serhiy.storchaka
Date 2015-05-08.16:08:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431101282.98.0.0859702868668.issue20274@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin: I assume you want the extraneous (and undefined behavior) kwargs parameters removed.

Do you also want pysqlite_connection_call() to start calling _PyArg_NoKeywords()?
History
Date User Action Args
2015-05-08 16:08:03larrysetrecipients: + larry, georg.brandl, ghaering, benjamin.peterson, r.david.murray, python-dev, serhiy.storchaka
2015-05-08 16:08:02larrysetmessageid: <1431101282.98.0.0859702868668.issue20274@psf.upfronthosting.co.za>
2015-05-08 16:08:02larrylinkissue20274 messages
2015-05-08 16:08:02larrycreate