Skip to content

Conversation

@ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Aug 2, 2019

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

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.
@ronaldoussoren
Copy link
Contributor Author

This should fix a problem on the AIX buildbots introduced by PR 14748.

@ronaldoussoren
Copy link
Contributor Author

@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.

@vstinner
Copy link
Member

skip the test only on AIX, which is the platform where this test fails.

That's a good idea.

@vstinner
Copy link
Member

Oh. I see that the test is now fixed on AIX. That's even better :-) https://bugs.python.org/issue18049#msg348945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants