[New-bugs-announce] [issue25931] os.fork() command distributed in windows Python27 (in SocketServer module)

Sam Lobel report at bugs.python.org
Tue Dec 22 22:10:31 EST 2015


New submission from Sam Lobel:

I ran into this bug while using multiprocessing in Flask, which deep down uses the SocketServer.py module.

There's a call to os.fork() in the windows version , which obviously doesn't work. So SocketServer.py can't be used on windows.

Maybe replace it with something from the multiprocessing module?

----------
components: Windows
messages: 256896
nosy: Sam Lobel, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: os.fork() command distributed in windows Python27 (in SocketServer module)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25931>
_______________________________________


More information about the New-bugs-announce mailing list