(self)
| 750 | return self._tmp_dir |
| 751 | |
| 752 | def run_pythoninfo(self): |
| 753 | from test import pythoninfo |
| 754 | try: |
| 755 | pythoninfo.main() |
| 756 | except SystemExit: |
| 757 | # Ignore non-zero exit code on purpose |
| 758 | pass |
| 759 | print() |
| 760 | |
| 761 | def main(self, tests: TestList | None = None) -> NoReturn: |
| 762 | if self.want_add_python_opts: |