You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/22 14:40:45 UTC

[GitHub] [airflow] rjmcginness commented on pull request #26596: Fix xcom arg.py .zip bug (#26499)

rjmcginness commented on PR #26596:
URL: https://github.com/apache/airflow/pull/26596#issuecomment-1255126999

   @uranusjr Alternatively, __eq__ could be overridden for ArgNotSet, where equality is essentially a test of the argument type against the type of ArgNotSet. That would allow comparison by ==, though it would still not allow use of is. In my opinion, that would be better encapsulation than checking against type in downstream code. However, I am not sure of the inadvertent consequences in other code. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org