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, too.

It currently looks like it has something to do with my Conda build env. 
The libpython files of older builds don't have a build prefix (like 
/opt/conda/placehold_placehold_...) in them while newer builds do.


I am still investigating, but Python does not seem to be the culprit :)

Cheers,
Stefan



Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/stefan.scherfke%40energymeteo.de


___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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).  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
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com