ashb commented on code in PR #48880:
URL: https://github.com/apache/airflow/pull/48880#discussion_r2031536985


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -382,16 +382,16 @@ class WatchedSubprocess:
     decoder: ClassVar[TypeAdapter]
     """The decoder to use for incoming messages from the child process."""
 
-    _process: psutil.Process
+    _process: psutil.Process = attrs.field(repr=False)

Review Comment:
   It didn't seem to be.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to