[New-bugs-announce] [issue26687] Use Py_RETURN_NONE in sqlite3 module

Berker Peksag report at bugs.python.org
Fri Apr 1 14:37:10 EDT 2016


New submission from Berker Peksag:

The attached patch replaces all "Py_INCREF(Py_None); return Py_None;" lines with the Py_RETURN_NONE macro in sqlite3 module.

----------
components: Extension Modules
messages: 262754
nosy: berker.peksag
priority: normal
severity: normal
stage: patch review
status: open
title: Use Py_RETURN_NONE in sqlite3 module
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26687>
_______________________________________


More information about the New-bugs-announce mailing list