Skip to content

Commit da06fb7

Browse files
committed
Ignore checking a function triggering a cpychecker bug
See davidmalcolm/gcc-python-plugin#155
1 parent a529dbb commit da06fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psycopg/connection_int.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ conn_set_fast_codec(connectionObject *self)
435435
*
436436
* Optionally return the clean version of the postgres encoding too
437437
*/
438+
IGNORE_REFCOUNT /* bug davidmalcolm/gcc-python-plugin#155 */
438439
PyObject *
439440
conn_pgenc_to_pyenc(const char *encoding, char **clean_encoding)
440441
{

0 commit comments

Comments
 (0)