You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(v) $ python --version
Python 3.10.5
(v) $ uname -a
Darwin kintha 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is strange. Yeah, it's got to be due to #137, but I can't see how just changing that "unnamed field" string to const and renaming it could cause a behavioral difference. If this is important to you, feel free to dig in and come up with a fix. Would be interesting to see if this happens on Linux too.
I have limited time (and desire) to work on scandir these days, now that it's included in Python itself (has been since 3.5). Another approach would be to switch to using os.scandir directly (you may have to monkey-patch if it's a 3rd party library that's using scandir).
I've no pressing need for a fix, sorry for not making that clear. This report was mainly so people had a reference in case they hit it too. Thanks for shipping scandir all these years.
Using current master (rev 34a0cc1) the last 3 fields are mislabelled as
unnamed field
using the most recent PyPI release they're labelled as expected (
st_atime
, ...)System details, just incase
The text was updated successfully, but these errors were encountered: