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 vstinner
Recipients vstinner
Date 2019-04-26.07:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556263995.79.0.97360068343.issue36719@roundup.psfhosted.org>
In-reply-to
Content
Oops, I used the wrong bpo number in my PR 12960 and PR 12961:

New changeset 4d29983185bc12ca685a1eb3873bacb8a7b67416 by Victor Stinner in branch 'master':
bpo-36725: regrtest: add TestResult type (GH-12960)
https://github.com/python/cpython/commit/4d29983185bc12ca685a1eb3873bacb8a7b67416

New changeset 3cde440f20a9db75fb2c4e65e8e4d04a53216a2d by Victor Stinner in branch 'master':
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
https://github.com/python/cpython/commit/3cde440f20a9db75fb2c4e65e8e4d04a53216a2d
History
Date User Action Args
2019-04-26 07:33:15vstinnersetrecipients: + vstinner
2019-04-26 07:33:15vstinnersetmessageid: <1556263995.79.0.97360068343.issue36719@roundup.psfhosted.org>
2019-04-26 07:33:15vstinnerlinkissue36719 messages
2019-04-26 07:33:15vstinnercreate