Skip to content
Snippets Groups Projects
  • Masood Malekghassemi's avatar
    fd9cc106
    Be more intelligent about Cython in grpcio · fd9cc106
    Masood Malekghassemi authored
    Before, Cython would *need* to be imported immediately if generated
    files did not already exist. Now, missing generated files will trigger a
    `setup_requires` inclusion of Cython and defer cythonization until
    extension build-time. If cythonization was specified via environment
    variable and setup could not find Cython, the extensions are poisoned
    instead of blocking non-extension commands from running.
    fd9cc106
    History
    Be more intelligent about Cython in grpcio
    Masood Malekghassemi authored
    Before, Cython would *need* to be imported immediately if generated
    files did not already exist. Now, missing generated files will trigger a
    `setup_requires` inclusion of Cython and defer cythonization until
    extension build-time. If cythonization was specified via environment
    variable and setup could not find Cython, the extensions are poisoned
    instead of blocking non-extension commands from running.