Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmpdir: clean up indirection via config for factories #6767

Merged
merged 1 commit into from Feb 20, 2020

Commits on Feb 19, 2020

  1. tmpdir: clean up indirection via config for factories

    Remove `_tmp_path_factory` and `_tmpdirhandler` from the config object.
    
    - `_tmpdirhandler` has been deprecated since 2.8.0 (0f52856), when
      `tmpdir_factory` has been added.
    - `_tmp_path_factory` should have probably never been added there in the
      first place, but maybe just used the same pattern (16e2737).
    blueyed committed Feb 19, 2020
    Copy the full SHA
    6c37baa View commit details
    Browse the repository at this point in the history