[New-bugs-announce] [issue38020] os.path.realpath crashes in Windows Store package

Steve Dower report at bugs.python.org
Tue Sep 3 14:28:55 EDT 2019


New submission from Steve Dower <steve.dower at python.org>:

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.

----------
assignee: steve.dower
components: Windows
keywords: 3.8regression
messages: 351094
nosy: lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
priority: release blocker
severity: normal
stage: test needed
status: open
title: os.path.realpath crashes in Windows Store package
type: crash
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38020>
_______________________________________


More information about the New-bugs-announce mailing list