A previous PR fixed and issue with recursion in threads on macOS and completely removed the platform guard. Removing this guard broke tests on AIX, therefore reintroducing a guard that only runs this test on macOS.
|
This should fix a problem on the AIX buildbots introduced by PR 14748. |
|
@vstinner: this PR skips the failing test on all platforms except macOS, as it did before PR 14748. An alternative is to skip the test only on AIX, which is the platform where this test fails. |
That's a good idea. |
|
Oh. I see that the test is now fixed on AIX. That's even better :-) https://bugs.python.org/issue18049#msg348945 |
A previous PR fixed and issue with recursion in threads on
macOS and completely removed the platform guard. Removing this
guard broke tests on AIX, therefore reintroducing a guard that
only runs this test on macOS.
https://bugs.python.org/issue18049