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

fix ionice set not working on windows x64 due to LENGTH_MISMATCH #1368

Merged
merged 4 commits into from
Dec 3, 2018
Merged

fix ionice set not working on windows x64 due to LENGTH_MISMATCH #1368

merged 4 commits into from
Dec 3, 2018

Commits on Nov 28, 2018

  1. fix ionice set not working on wnidows x64 due to LENGTH_MISMATCH + re…

    …quest only PROCESS_SET_INFORMATION for process + fix typo in io_priority_get where a pointer to a PULONG was passed as argument instead of ptr to DWORD
    ecco committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    15f5d98 View commit details
    Browse the repository at this point in the history
  2. add PROCESS_QUERY_INFORMATION to the requested rights as its needed i…

    …nternally by GetExitCodeProcess (called from psutil_handle_from_pid_waccess)
    ecco committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d4eef75 View commit details
    Browse the repository at this point in the history
  3. fix flake8 on python3.6 error (travis-ci fail) : tests/__init__.py:63…

    …8:17: F841 local variable '_' is assigned to but never used
    ecco committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c855b08 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    43b786a View commit details
    Browse the repository at this point in the history