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

Ensure excel reader closes file if it is passed as path #2514

Merged
merged 4 commits into from
Dec 8, 2020

Commits on Dec 5, 2020

  1. FIX-modin-project#2465: Add decorator to ensure read_excel does not l…

    …eak files
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    09fc532 View commit details
    Browse the repository at this point in the history
  2. FIX-modin-project#2465: Always pass file object to ExcelReader, close…

    … if needed
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    bcb3bd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. FIX-modin-project#2465: Implement more reliable check_file_leaks()

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5b9b9a7 View commit details
    Browse the repository at this point in the history
  2. FIX-modin-project#2465: Disable open files tracking on Windows due to…

    … psutil limitation
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a17901a View commit details
    Browse the repository at this point in the history