Terry J. Reedy <tjre...@udel.edu> added the comment:

reidfaiv: bpo issues are for patching cypthon, including the stdlib and docs.  
Debugging help should be requested on other forums, such as python-list or 
stackoverflow.

On the other hand, segfaults in pure python code that uses *current* python and 
does not use cypes or third party extension modules is of concern to us.  
Because of such concern, there are crash bugs fixed in every new version and 
some maintenance releases.  Upgrading your application from 3.4 to 3.6.3 (or 
soon, 3.7,0) might benefit from the cumulative work and fix your problem.

----------
nosy: +terry.reedy

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

Reply via email to