Re: [Python-Dev] Bus error in Python 3.6.0beta

2016-11-23 Thread Stefan Scherfke
On 22.11.2016 18:03, Antoine Pitrou wrote: You'll have to investigate yourself. First enable core dumps ("ulimit -c unlimited"), then run gdb on the resulting core dump. (or run Python directly under gdb) It's seems indeed not to be a Problem with 3.6. I now have it with newer 3.5 builds,

[Python-Dev] Expose environment variable for Py_Py3kWarningFlag (Issue 28288)

2016-11-23 Thread Roy Williams
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)