Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue18049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to