mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
Added guard around cpychecker bug on Py3
This commit is contained in:
parent
59e1c368ad
commit
251dbf3ab1
|
@ -34,6 +34,9 @@
|
||||||
|
|
||||||
/** the AsIs object **/
|
/** the AsIs object **/
|
||||||
|
|
||||||
|
#if PY_MAJOR_VERSION > 2
|
||||||
|
IGNORE_REFCOUNT /* bug davidmalcolm/gcc-python-plugin#171 */
|
||||||
|
#endif
|
||||||
static PyObject *
|
static PyObject *
|
||||||
asis_getquoted(asisObject *self, PyObject *args)
|
asis_getquoted(asisObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user