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 stutzbach
Recipients Arfrever, gvanrossum, lemburg, loewis, r.david.murray, scoder, stutzbach, vstinner, zooko
Date 2010-05-09.16:42:33
SpamBayes Score 0.0051252036
Marked as misclassified No
Message-id <q2reae285401005090942r8c3801dbzc1368860e4341563@mail.gmail.com>
In-reply-to <4BE6D0E0.6010602@egenix.com>
Content
On Sun, May 9, 2010 at 10:12 AM, Marc-Andre Lemburg
<report@bugs.python.org>wrote:

> I'm just not sure how you could check for optimization
> compiler bugs/features using the buildbots.
>

Once I have a patch that I'm modestly confident in, I'll write automated
tests to go with it.

The tests will (at minimum):

- Create a tweaked copy of pyconfig.h that uses the opposite Unicode
settings (UCS4 v UCS2)

- Build an extension module in Unicode-agnostic mode
- Make sure it loads and works

- Build an extension module in Unicode-sensitive mode
- Make sure it doesn't load
Files
File name Uploaded
unnamed stutzbach, 2010-05-09.16:42:32
History
Date User Action Args
2010-05-09 16:42:35stutzbachsetrecipients: + stutzbach, lemburg, gvanrossum, loewis, zooko, scoder, vstinner, Arfrever, r.david.murray
2010-05-09 16:42:33stutzbachlinkissue8654 messages
2010-05-09 16:42:33stutzbachcreate