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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25931>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to