We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659c450 commit d564e54Copy full SHA for d564e54
stdlib/@tests/stubtest_allowlists/win32.txt
@@ -47,6 +47,7 @@ tty
47
# Other allowlist entries that cannot or should not be fixed
48
# ==========================================================
49
50
+_stat.FILE_ATTRIBUTE_[A-Z_]+ # stdlib redefines these in stat.py
51
multiprocessing.popen_fork # exists on Windows but fails to import
52
multiprocessing.popen_forkserver # exists on Windows but fails to import
53
multiprocessing.popen_spawn_posix # exists on Windows but fails to import
0 commit comments