Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: fa7193286099f8e4164f4a795afd5ad4a8e229df authored by Larry Hastings on 20 December 2015, 03:31:10 UTC
Release bump for Python 3.4.4 final.
Tip revision: fa71932
test_multiprocessing_forkserver.py
import unittest
import test._test_multiprocessing

test._test_multiprocessing.install_tests_in_module_dict(globals(), 'forkserver')

if __name__ == '__main__':
    unittest.main()
back to top