This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sam Lobel
Recipients Sam Lobel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-23.03:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450840231.57.0.83917358919.issue25931@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-12-23 03:10:31Sam Lobelsetrecipients: + Sam Lobel, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-23 03:10:31Sam Lobelsetmessageid: <1450840231.57.0.83917358919.issue25931@psf.upfronthosting.co.za>
2015-12-23 03:10:31Sam Lobellinkissue25931 messages
2015-12-23 03:10:30Sam Lobelcreate