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 Michael.Felt, vstinner, xtreak
Date 2019-08-01.14:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564670606.66.0.481960966942.issue36273@roundup.psfhosted.org>
In-reply-to
Content
"""
What I assume has not been clear about my question - from the output I
see that there is, somewhere, a file named 'core' - but I can never find
it - and my assumption is that the test environment is cleaning up after
itself.
"""

Right, regrtest removes all temporary directories used for tests. You should try to extract the code run by the test and run it manually.

For example for test_recursion_limit(), you can use attached recurse.py.
History
Date User Action Args
2019-08-01 14:43:26vstinnersetrecipients: + vstinner, Michael.Felt, xtreak
2019-08-01 14:43:26vstinnersetmessageid: <1564670606.66.0.481960966942.issue36273@roundup.psfhosted.org>
2019-08-01 14:43:26vstinnerlinkissue36273 messages
2019-08-01 14:43:26vstinnercreate