mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Ignore checking a function triggering a cpychecker bug
See davidmalcolm/gcc-python-plugin#155
This commit is contained in:
parent
0b68f344d1
commit
79ba3a9573
|
@ -435,6 +435,7 @@ conn_set_fast_codec(connectionObject *self)
|
||||||
*
|
*
|
||||||
* Optionally return the clean version of the postgres encoding too
|
* Optionally return the clean version of the postgres encoding too
|
||||||
*/
|
*/
|
||||||
|
IGNORE_REFCOUNT /* bug davidmalcolm/gcc-python-plugin#155 */
|
||||||
PyObject *
|
PyObject *
|
||||||
conn_pgenc_to_pyenc(const char *encoding, char **clean_encoding)
|
conn_pgenc_to_pyenc(const char *encoding, char **clean_encoding)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user