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 berker.peksag
Recipients berker.peksag
Date 2016-04-01.18:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459535830.63.0.539238949684.issue26687@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch replaces all "Py_INCREF(Py_None); return Py_None;" lines with the Py_RETURN_NONE macro in sqlite3 module.
History
Date User Action Args
2016-04-01 18:37:10berker.peksagsetrecipients: + berker.peksag
2016-04-01 18:37:10berker.peksagsetmessageid: <1459535830.63.0.539238949684.issue26687@psf.upfronthosting.co.za>
2016-04-01 18:37:10berker.peksaglinkissue26687 messages
2016-04-01 18:37:10berker.peksagcreate