New submission from Hartmann: I wonder if size restriction for the data blobs send via multiprocessing.Connection is intentionally. Otherwise it would be nice to get rid of that restriction.
File "python3.5/multiprocessing/connection.py", line 393, in _send_bytes header = struct.pack("!i", n) ---------- messages: 265396 nosy: cimatosa priority: normal severity: normal status: open title: multiprocessing Connection data length limited to max(int32) type: behavior versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27009> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com