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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to