-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
There are at least two problems.
- header.py uses Unix specific library resource.
- memoryview cannot be pickled across the spawn to a child process.
Work arounds:
- Check OS and assign hard-coded default value if Windows.
- Check OS. Establish memoryview objects in call to .open( ) method if Windows, rather than during .__init__( ). If *nix then do establish memoryviews during init, for sharing amongst all child processes.
Metadata
Metadata
Assignees
Labels
No labels