[Python-Dev] Expose environment variable for Py_Py3kWarningFlag (Issue 28288) (original) (raw)
Roy Williams rwilliams at lyft.com
Wed Nov 23 21:11:02 EST 2016
- Previous message (by thread): [Python-Dev] Python 3.6.0 download stats
- Next message (by thread): [Python-Dev] Does anyone use CALL_PROFILE special build?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Howdy all,
I'd love to be able to get http://bugs.python.org/issue28288 into 2.7.12 .
I've found the -3 flag to be immensely useful when porting Python code to
Python 3, but unfortunately it can be difficult to use with services that
run python in subprocesses (like Gunicorn or Xdist with py.test). With
this patch I'd be able to set the PYTHON3WARNINGS
environment variable to
ensure I get warnings everywhere.
Thanks, let me know what you think,
Roy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20161123/e0eaf59c/attachment.html>
- Previous message (by thread): [Python-Dev] Python 3.6.0 download stats
- Next message (by thread): [Python-Dev] Does anyone use CALL_PROFILE special build?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]