File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ functions.
168
168
169
169
- Most user, group, and permission related function and modules are not
170
170
supported or don't work as expected, e.g.`` pwd `` module, `` grp `` module,
171
- `` os.setgroups `` , `` os.chown `` , and so on. `` lchown `` and `lchmod`` are
171
+ `` os.setgroups `` , `` os.chown `` , and so on. `` lchown `` and `` lchmod `` are
172
172
not available.
173
173
- `` umask `` is a no-op.
174
174
- hard links (`` os.link `` ) are not supported.
@@ -192,7 +192,7 @@ functions.
192
192
supports. It's currently known to crash in combination with threading.
193
193
- glibc extensions for date and time formatting are not available.
194
194
- `` locales `` module is affected by musl libc issues,
195
- [ bpo-46390 ] ( https://bugs. python.org/issue46390 ) .
195
+ [ gh- 90548 ] ( https://github.com/ python/cpython/issues/90548 ) .
196
196
- Python's object allocator `` obmalloc `` is disabled by default.
197
197
- `` ensurepip `` is not available.
198
198
- Some `` ctypes `` features like `` c_longlong `` and `` c_longdouble `` may need
You can’t perform that action at this time.
0 commit comments