Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with cythonized tasks. (#3246)
`types.GeneratorType` is not compatible with the generator type of Cython. This leads to `_run_get_new_deps()` returning directly when the task is from a cythonized module and [yields dynamic dependencies](https://luigi.readthedocs.io/en/stable/tasks.html?highlight=yield#dynamic-dependencies).
- Loading branch information