SledgeHammer01 commented on issue #10388:
URL: https://github.com/apache/airflow/issues/10388#issuecomment-2253540208

   in subprocess.py, this line in `SubprocessHook::run_command` also causes an 
issue.
   
   `cwd = stack.enter_context(TemporaryDirectory(prefix="airflowtmp"))`
   
   eventually calls:
   
   ```
   # version vulnerable to race conditions
   def _rmtree_unsafe(path, onexc):
   ```
   
   Which does indeed get race conditions on Windows.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to