Added guard around cpychecker bug on Py3

This commit is contained in:
Daniele Varrazzo 2019-02-05 10:16:01 +00:00
parent 59e1c368ad
commit 251dbf3ab1

View File

@ -34,6 +34,9 @@
/** the AsIs object **/
#if PY_MAJOR_VERSION > 2
IGNORE_REFCOUNT /* bug davidmalcolm/gcc-python-plugin#171 */
#endif
static PyObject *
asis_getquoted(asisObject *self, PyObject *args)
{