This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients reidfaiv, rhettinger, serhiy.storchaka, terry.reedy
Date 2017-09-29.23:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506728936.18.0.213398074469.issue31591@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-29 23:48:56terry.reedysetrecipients: + terry.reedy, rhettinger, serhiy.storchaka, reidfaiv
2017-09-29 23:48:56terry.reedysetmessageid: <1506728936.18.0.213398074469.issue31591@psf.upfronthosting.co.za>
2017-09-29 23:48:56terry.reedylinkissue31591 messages
2017-09-29 23:48:56terry.reedycreate