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 steve.dower
Recipients lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-03.18:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567535335.44.0.142880989456.issue38020@roundup.psfhosted.org>
In-reply-to
Content
When installed via the Store, "python3.8 -c 'import sysconfig'" crashes hard.

So far, I've discovered it's inside an os.path.realpath() call, and appears to be a refcounting issue (double DECREF I think), but haven't gotten any further yet.

I'm looking into it.
History
Date User Action Args
2019-09-03 18:28:55steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, lukasz.langa, zach.ware
2019-09-03 18:28:55steve.dowersetmessageid: <1567535335.44.0.142880989456.issue38020@roundup.psfhosted.org>
2019-09-03 18:28:55steve.dowerlinkissue38020 messages
2019-09-03 18:28:55steve.dowercreate