Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optional disabling of
prevent_sigint
.
This is a workaround for a strange hang on fork() when `Popen` is called with a `preexec_fn` (see #58). If the environment variable `IMAGEIO_FFMPEG_NO_PREVENT_SIGINT` is not empty, `preexec_fn` is set to None.
- Loading branch information