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 karolyi
Recipients karolyi, ned.deily, ronaldoussoren
Date 2019-11-16.20:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573937427.16.0.0204101310716.issue38814@roundup.psfhosted.org>
In-reply-to
Content
Hello,

the only C extension I use is xapian and mysql (with mariadb), xapian comes from their own git repo, and mariadb comes from mysqlclient, both (and everything else I don't know about) compile with the python 3.7.5 I installed within a venv.

I'll try to recompile python with the debug mode enabled, and then reinstall the entire venv to see what debug I get.

Where should I look for debug logs then?

Also, as you might have seen from the irc logs and the pastebin links posted there, python crashes somewhere around reading the django language directories, for a mystical reason. Yet to be found out.
History
Date User Action Args
2019-11-16 20:50:27karolyisetrecipients: + karolyi, ronaldoussoren, ned.deily
2019-11-16 20:50:27karolyisetmessageid: <1573937427.16.0.0204101310716.issue38814@roundup.psfhosted.org>
2019-11-16 20:50:27karolyilinkissue38814 messages
2019-11-16 20:50:26karolyicreate