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:45:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567536357.53.0.0988662728927.issue38020@roundup.psfhosted.org>
In-reply-to
Content
I forgot to initialize the result object in readlink() on Windows, and so when we hit the failure path it returns garbage. Attempting to DECREF that garbage fails.

The call to readlink() fails in the Store app because sys.executable is not a readable link. It should fail in most cases anyway, but apparently outside of the app container the stack is NULL here.
History
Date User Action Args
2019-09-03 18:45:57steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, lukasz.langa, zach.ware
2019-09-03 18:45:57steve.dowersetmessageid: <1567536357.53.0.0988662728927.issue38020@roundup.psfhosted.org>
2019-09-03 18:45:57steve.dowerlinkissue38020 messages
2019-09-03 18:45:57steve.dowercreate