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 07:43:39 UTC

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

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

 ##########
 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:
   Oh yeah, this was cos I started against the release branch then ported it forward. Will remove from this branch.

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