[Python-ideas] An error in multiprocessing on MacOSX?

Sturla Molden sturla at molden.no
Tue Nov 27 22:37:50 CET 2012


Den 27. nov. 2012 kl. 18:44 skrev Richard Oudkerk <shibturn at gmail.com>:

> 
> 
> But I don't see a sensible way to support general pickling of lock objects on Unix.  So I don't much like the idea of adding support only for Windows.
> 

I would suggest to use a piece of shared memory and atomic compare-and-swap. Shared memory can be pickled (e.g. take a look at what I have on github). 

Sturla










More information about the Python-ideas mailing list