This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Justin Ting
Recipients Justin Ting, serhiy.storchaka, tim.peters
Date 2016-10-23.00:52:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477183940.88.0.439572879899.issue28506@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, on further inspection, I seem to be having a slightly different problem with the same error that I initially described now.

Even after modifying my code so that each python forked off to another process was only given the following arguments:
args = [(None, models_shape, False, None, [start, end], 'data/qp_red_features.npy') for start, end in jobs] 

where models_shape, start, and end are only single integers, the same error still comes up as a result. Within each process, I'm reading in a (relatively small, only 12MB) .npy ndarray and taking the [start:end] slice.
History
Date User Action Args
2016-10-23 00:52:21Justin Tingsetrecipients: + Justin Ting, tim.peters, serhiy.storchaka
2016-10-23 00:52:20Justin Tingsetmessageid: <1477183940.88.0.439572879899.issue28506@psf.upfronthosting.co.za>
2016-10-23 00:52:20Justin Tinglinkissue28506 messages
2016-10-23 00:52:19Justin Tingcreate