3 Star 19 Fork 12

草蟒老吴/cpython

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_multiprocessing_forkserver.py 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
import unittest
import test._test_multiprocessing
import sys
from test import support
if support.PGO:
raise unittest.SkipTest("test is not helpful for PGO")
if sys.platform == "win32":
raise unittest.SkipTest("forkserver is not available on Windows")
test._test_multiprocessing.install_tests_in_module_dict(globals(), 'forkserver')
if __name__ == '__main__':
unittest.main()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/laowu2019_admin/cpython.git
git@gitee.com:laowu2019_admin/cpython.git
laowu2019_admin
cpython
cpython
zwpython3.10

搜索帮助