Skip to content

Conversation

@juj
Copy link
Collaborator

@juj juj commented Nov 7, 2025

The first thing that came to mind to fix #25745. I didn't dig too much into the details here if there might be something better.

if hasattr(self, '_original_stdout'):
del self._original_stdout
if hasattr(self, '_original_stderr'):
del self._original_stderr
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know how / when this happens? I'd like to understand.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'BufferedParallelTestResult' object has no attribute '_original_stdout'

2 participants