Skip to content

bpo-18049: Reintroduce platform guard in recursion limit test#15075

Closed
ronaldoussoren wants to merge 1 commit intopython:masterfrom
ronaldoussoren:bpo18049-fix
Closed

bpo-18049: Reintroduce platform guard in recursion limit test#15075
ronaldoussoren wants to merge 1 commit intopython:masterfrom
ronaldoussoren:bpo18049-fix

Conversation

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

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

@ronaldoussoren
Copy link
Copy Markdown
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
Copy Markdown
Member

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

That's a good idea.

@vstinner
Copy link
Copy Markdown
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