Path to this page:
Subject: CVS commit: pkgsrc/parallel/py-billiard
From: Adam Ciarcinski
Date: 2017-04-09 18:43:03
Message id: 20170409164304.0655FFBE4@cvs.NetBSD.org
Log Message:
Changes 3.5.0.2:
- max_memory_per_child was measured in kilobytes on Linux, but bytes on
*BSD/MacOS, it's now always kilobytes.
- Windows: Adds support for max_memory_per_child, but requires the
``psutil`` package to be installed.
- Fixed bug in ForkingPickler.loadbuf, where it tried to pass
a BytesIO instance directly to ``pickle.loads`` on Python 2.7.
Files: