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 lemburg
Recipients brett.cannon, collinwinter, ezio.melotti, jyasskin, lemburg, loewis, pitrou
Date 2010-01-28.17:12:59
SpamBayes Score 3.2413016e-08
Marked as misclassified No
Message-id <1264698782.95.0.921413205092.issue5362@psf.upfronthosting.co.za>
In-reply-to
Content
I'm with Antoine on this one.

Also, instead of removing the flag completely which will cause problems with extensions relying on it, I'd suggest to just disable the PyErr_WarnPy3k(msg, stacklevel) macro and turn it into a no-op if a compile time variable DISABLE_PY3K_WARNINGS (or similar) is defined (which should be undefined per default).
History
Date User Action Args
2010-01-28 17:13:07lemburgsetrecipients: + lemburg, loewis, brett.cannon, collinwinter, pitrou, jyasskin, ezio.melotti
2010-01-28 17:13:02lemburgsetmessageid: <1264698782.95.0.921413205092.issue5362@psf.upfronthosting.co.za>
2010-01-28 17:13:00lemburglinkissue5362 messages
2010-01-28 17:12:59lemburgcreate