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 ronaldoussoren
Recipients matrixise, miss-islington, ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-08-01.20:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564689620.71.0.0295028176791.issue18049@roundup.psfhosted.org>
In-reply-to
Content
That is related, my patch removes a guard that should enable this test only on macOS.

This fragment is the issue:
- @unittest.skipUnless(sys.platform == 'darwin' and test.support.python_is_optimized(),
- 	                         'test macosx problem')

I'll create a pull request for this.

BTW. This does point to an issue with AIX though, this means it is possible to crash threads by deep recursion on AIX. But that's separate from this issue.
History
Date User Action Args
2019-08-01 20:00:20ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, steve.dower, matrixise, miss-islington
2019-08-01 20:00:20ronaldoussorensetmessageid: <1564689620.71.0.0295028176791.issue18049@roundup.psfhosted.org>
2019-08-01 20:00:20ronaldoussorenlinkissue18049 messages
2019-08-01 20:00:20ronaldoussorencreate