Skip to content

Commit f63f155

Browse files
committed
Remove circular imports hack in multiprocessing
1 parent 58db175 commit f63f155

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/multiprocessing/reduction.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
import socket
1717
import sys
1818

19-
# XXX RustPython TODO: figure out why this doesn't work
20-
# from . import context
21-
from .context import *
22-
context = sys.modules[__name__]
19+
from . import context
2320

2421
__all__ = ['send_handle', 'recv_handle', 'ForkingPickler', 'register', 'dump']
2522

0 commit comments

Comments
 (0)