Marc-Andre Lemburg <m...@egenix.com> added the comment:

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).

----------
nosy: +lemburg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5362>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to