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 pitrou, rhettinger, serhiy.storchaka
Date 2013-09-20.09:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379667992.73.0.202278835906.issue19049@psf.upfronthosting.co.za>
In-reply-to
Content
There are disadvantages in the changing int to Py_ssize_t. Converting Py_ssize_t  to/from Python int is a little harder than converting C int or long. This change (as any other change) has a risk of introduce new bugs (as you can see on example of your patch).

I suggest just add (yet one) explicit comment.

    int index; /* 0 <= index <= LINKCELLS */
History
Date User Action Args
2013-09-20 09:06:32serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou
2013-09-20 09:06:32serhiy.storchakasetmessageid: <1379667992.73.0.202278835906.issue19049@psf.upfronthosting.co.za>
2013-09-20 09:06:32serhiy.storchakalinkissue19049 messages
2013-09-20 09:06:32serhiy.storchakacreate