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 georg.brandl, loewis, serhiy.storchaka
Date 2012-07-28.13:47:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343483273.62.0.109038509696.issue15467@psf.upfronthosting.co.za>
In-reply-to
Content
I asked in Python-Dev, and if I understood the answers correctly, we can make changes to 2.7 and 3.2 without fear. For 3.3 risk is higher, so we need to be more attentive. However patch for 3.3 contains not only the potential improvements for other tests, but also bug fixes (I think these bugs should cause tests failure on the platforms where sizeof(Py_ssize_t) != sizeof(long) or sizeof(Py_ssize_t) != sizeof(void*)).

Of cause, if Georg Brandl not vetoes this.
History
Date User Action Args
2012-07-28 13:47:53serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl
2012-07-28 13:47:53serhiy.storchakasetmessageid: <1343483273.62.0.109038509696.issue15467@psf.upfronthosting.co.za>
2012-07-28 13:47:53serhiy.storchakalinkissue15467 messages
2012-07-28 13:47:52serhiy.storchakacreate