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