Skip to content

Fix the put/get(_async) mailbox methods in the Python bindings

Tom Cornebize requested to merge Ezibenroc/simgrid:fix_python into master

The message sizes had to fit in an int, which is too small for some reasonable cases (e.g. sending 10 GB).

Merge request reports