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

Work around git-python resource leaks #49474

Merged
merged 2 commits into from Sep 2, 2018
Merged

Commits on Aug 31, 2018

  1. Work around git-python resource leaks

    Git python keeps file handles open on repositories. This does not see to
    effect tests outside of python3 on widows. For now, use a new temporary
    for each test on python3 windows.
    dwoz committed Aug 31, 2018
    Copy the full SHA
    e697ddc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56068e9 View commit details
    Browse the repository at this point in the history