New submission from Minmin Gong <minmin.g...@gmail.com>:

_dirnameW is defined inside #ifdef HAVE_SYMLINK/#endif, but it's used in 
os__getdiskusage_impl, which is outside HAVE_SYMLINK. So if HAVE_SYMLINK is not 
defined (e.g., on UWP), it'll have compiling issues.

----------
components: Windows
messages: 369089
nosy: Minmin.Gong, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: _dirnameW is used outside HAVE_SYMLINK
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40653>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to