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/04/10 12:02:06 UTC

[GitHub] [airflow] Bowrna commented on pull request #22876: cache and typo fix

Bowrna commented on PR #22876:
URL: https://github.com/apache/airflow/pull/22876#issuecomment-1094256742

   > We can't use cache from functools as it is Python 3.9+:
   > 
   > https://docs.python.org/3/library/functools.html#functools.cache
   > 
   > > New in version 3.9.
   
   @potiuk this code in airflow's functool picks up the cache based on python version  airflow/compat/functools.py
   
   https://github.com/apache/airflow/blob/0ae0f7e2448e05917e51e29b854ad60463378fbe/airflow/compat/functools.py#L18-L33


-- 
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