twisted / ampoule

Process pool for Twisted, using AMP
Other
12 stars 19 forks source link

ampoule trunk won't work with twisted trunk on win32 #1

Closed moshez closed 6 years ago

moshez commented 6 years ago

Ampoule trunk won't work with Twisted trunk on win32, because twisted.internet.stdio.StandardIO (being _win32stdio really) won't accept multiple parameters for the init function.

This should be fixed in Twisted IMO, but in the meantime -- the patch is included.


Imported from Launchpad using lp2gh.

moshez commented 6 years ago

(by dotz)

moshez commented 6 years ago

(by dialtone) This has been committed in r36.

moshez commented 6 years ago

This should be "closed", the "fix committed" state is silly.