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 amacias, vstinner
Date 2021-03-25.19:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616700158.66.0.402271554062.issue43626@roundup.psfhosted.org>
In-reply-to
Content
> What can be happening? How can I help to debug this?

Try to run your application in the Python Debug Mode: https://docs.python.org/dev/library/devmode.html

The best is if you can run your application with a Python built in debug mode.

Usually, it's a bug in a 3rd party C extension.

See also: https://pythondev.readthedocs.io/debug_tools.html
History
Date User Action Args
2021-03-25 19:22:38vstinnersetrecipients: + vstinner, amacias
2021-03-25 19:22:38vstinnersetmessageid: <1616700158.66.0.402271554062.issue43626@roundup.psfhosted.org>
2021-03-25 19:22:38vstinnerlinkissue43626 messages
2021-03-25 19:22:38vstinnercreate