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 vstinner
Recipients Barry Davis, Yhojann Aguilera, ionelmc, neologix, nikicat, pitrou, vstinner, xtreak, zwol
Date 2019-07-04.10:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562236428.44.0.481524727106.issue18748@roundup.psfhosted.org>
In-reply-to
Content
> Same problem using Python 3.6.8 on Ubuntu 18.04 LTS.

To be clear: this issue is NOT a bug in Python, but a bug in your application. You must fix your application. You can try to run it on Python 3.8 with python3.8 -X dev to get a log on the error. Good luck to debug it ;-)

The change that I made is only to add a log to help developers to find their own bugs ;-)
History
Date User Action Args
2019-07-04 10:33:48vstinnersetrecipients: + vstinner, pitrou, ionelmc, neologix, nikicat, zwol, Barry Davis, xtreak, Yhojann Aguilera
2019-07-04 10:33:48vstinnersetmessageid: <1562236428.44.0.481524727106.issue18748@roundup.psfhosted.org>
2019-07-04 10:33:48vstinnerlinkissue18748 messages
2019-07-04 10:33:48vstinnercreate