[issue18085] Verifying refcounts.dat

Serhiy Storchaka report at bugs.python.org
Fri May 31 22:20:01 CEST 2013


Serhiy Storchaka added the comment:

Since creating refcounts.dat many functions changed their argument's types from `char*` to `const char*`. Here is a patch which fixes mismatches (perhaps not all).

refcounts.dat in 3.x contains PyInt_* functions which don't exist in 3.x.

----------
keywords: +patch
Added file: http://bugs.python.org/file30436/refcounts_const_char.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18085>
_______________________________________


More information about the Python-bugs-list mailing list