__init__.py |
mozserve is a simple script that is used to launch test servers, and
is designed for use in mochitest and xpcshelltest.
|
441 |
servers.py |
Hack to work around https://bugs.python.org/issue37380
The basic idea is that on old versions of Python on Windows,
we need to clear subprocess._cleanup before we call Popen(),
then restore it afterwards.
|
9907 |