This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients amaury.forgeotdarc, brett.cannon, dmalcolm, docs@python, fdrake, python-dev, serhiy.storchaka, skip.montanaro
Date 2013-05-31.20:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370031601.84.0.0718585665567.issue18085@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-31 20:20:02serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, skip.montanaro, brett.cannon, amaury.forgeotdarc, dmalcolm, docs@python, python-dev
2013-05-31 20:20:01serhiy.storchakasetmessageid: <1370031601.84.0.0718585665567.issue18085@psf.upfronthosting.co.za>
2013-05-31 20:20:01serhiy.storchakalinkissue18085 messages
2013-05-31 20:20:01serhiy.storchakacreate