Skip to content

Commit 0bc4890

Browse files
committed
Disable _winapi import in multiprocessing for now
1 parent f29fe89 commit 0bc4890

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

graalpython/lib-python/3/multiprocessing/connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
raise
3636
_winapi = None
3737

38+
# GraalPy change: temporary until we implement proper multiprocessing for Windows
39+
_winapi = None
3840
#
3941
#
4042
#

0 commit comments

Comments
 (0)