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 2019/07/25 03:43:32 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #5615: [AIRFLOW-5035] Remove multiprocessing.Manager in-favour of Pipes

potiuk commented on a change in pull request #5615: [AIRFLOW-5035] Remove multiprocessing.Manager in-favour of Pipes
URL: https://github.com/apache/airflow/pull/5615#discussion_r307099235
 
 

 ##########
 File path: airflow/utils/dag_processing.py
 ##########
 @@ -47,6 +47,9 @@
 from airflow.utils.db import provide_session
 from airflow.utils.log.logging_mixin import LoggingMixin
 
+if six.PY2:
 
 Review comment:
   It's good for testing it now, but maybe we should just add it in the cherry-picked version in v1-10-test/stable.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services