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 f29fe89 commit 0bc4890Copy full SHA for 0bc4890
1 file changed
graalpython/lib-python/3/multiprocessing/connection.py
@@ -35,6 +35,8 @@
35
raise
36
_winapi = None
37
38
+# GraalPy change: temporary until we implement proper multiprocessing for Windows
39
+_winapi = None
40
#
41
42
0 commit comments