Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: d2aff607199a24182714404777c80c7f180a35af https://github.com/python/cpython/commit/d2aff607199a24182714404777c80c7f180a35af Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月09日 (2017年5月09日) Changed paths: M Lib/test/regrtest.py A Lib/test/test_regrtest.py M Modules/_testcapimodule.c Log Message: ----------- [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) * bpo-30283: regrtest: add --testdir option * bpo-30283: Backport _testcapi.raise_signal() Function used by test_regrtest to simulate an interrupted unit test. * bpo-30283: Backport test_regrtest from master