multiprocessing module (PEP 371)

Christian Heimes lists at cheimes.de
Wed Jun 4 18:54:58 EDT 2008


sturlamolden schrieb:
> There is a well known C++ implementation of cow-fork on Windows, which
> I have slightly modified and ported to C. But as the new WDK (Windows
> driver kit) headers are full of syntax errors, the compiler choke on
> it. :( I am seriously considering re-implementing the whole cow fork
> in pure Python using ctypes.

Can you provide a C implementation that compiles under VS 2008? Python
2.6 and 3.0 are using my new VS 2008 build system and we have dropped
support for 9x, ME and NT4. If you can provide us with an implementation
we *might* consider using it.

Christian




More information about the Python-list mailing list