Skip to content

Don't swallow stderr output #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Don't swallow stderr output #269

merged 1 commit into from
Mar 7, 2025

Conversation

hauntsaninja
Copy link
Contributor

cc @jorenham

I was looking into python/mypy#18756 (comment)

It looks like the pre-release version of mypy crashes (for some reason related to property changes, will investigate). Crash logs are emitted to stderr and process exits with exit code 2.

This code does correctly chain the exit code, but swallows stderr.

cc @jorenham 

I was looking into python/mypy#18756 (comment)

It looks like the pre-release version of mypy crashes (for some reason related to property changes, will investigate). Crash logs are emitted to stderr and process exits with exit code 2.

This code does correctly chain the exit code, but swallows stderr.
@hauntsaninja
Copy link
Contributor Author

Issue for the actual crash here: python/mypy#18764

@jorenham jorenham merged commit 189db80 into numpy:main Mar 7, 2025
13 checks passed
@jorenham
Copy link
Member

jorenham commented Mar 7, 2025

Thanks, Shantanu!

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

Successfully merging this pull request may close these issues.

2 participants