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 loewis
Recipients Arfrever, gvanrossum, lemburg, loewis, r.david.murray, scoder, stutzbach, vstinner, zooko
Date 2010-05-09.16:53:47
SpamBayes Score 0.0014234948
Marked as misclassified No
Message-id <4BE6E89A.9000409@v.loewis.de>
In-reply-to <w2weae285401005090932n9154c001v4568b1dfab96be93@mail.gmail.com>
Content
> I just thought of another risk inherit in this approach.  If the extension
> module is composed of more than one C file, the extension author may
> inadvertently compile the file defining the PyModuleDef in Unicode-agnostic
> mode but compile another file in Unicode-sensitive mode.

I wouldn't worry about this case.
History
Date User Action Args
2010-05-09 16:53:49loewissetrecipients: + loewis, lemburg, gvanrossum, zooko, scoder, vstinner, stutzbach, Arfrever, r.david.murray
2010-05-09 16:53:48loewislinkissue8654 messages
2010-05-09 16:53:48loewiscreate