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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to