Message 360027 - Python tracker
Message360027
| Author | aeros |
|---|---|
| Recipients | aeros, eric.snow, vstinner |
| Date | 2020-01-15.06:11:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1579068712.24.0.551456002647.issue37224@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> I also just realized that I can run "test.test__xxsubinterpreters.DestroyTests" by itself with: > ./python -m test test__xxsubinterpreters.DestroyTests -j200 -F -v Oops, the correct syntax is: ./python -m test test__xxsubinterpreters --match DestroyTests -j200 -F -v |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-15 06:11:52 | aeros | set | recipients: + aeros, vstinner, eric.snow |
| 2020-01-15 06:11:52 | aeros | set | messageid: <1579068712.24.0.551456002647.issue37224@roundup.psfhosted.org> |
| 2020-01-15 06:11:52 | aeros | link | issue37224 messages |
| 2020-01-15 06:11:52 | aeros | create | |