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

Properly handle PID type in C #1672

Merged
merged 47 commits into from Jan 28, 2020
Merged

Properly handle PID type in C #1672

merged 47 commits into from Jan 28, 2020

Commits on Jan 21, 2020

  1. use dynamic _Py_PARSE_PID

    giampaolo committed Jan 21, 2020
    Copy the full SHA
    4dd2e12 View commit details
    Browse the repository at this point in the history
  2. use pid_t type

    giampaolo committed Jan 21, 2020
    Copy the full SHA
    8622363 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55a3341 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2f65ea7 View commit details
    Browse the repository at this point in the history
  5. use macro

    giampaolo committed Jan 21, 2020
    Copy the full SHA
    d5a96e2 View commit details
    Browse the repository at this point in the history
  6. only handle int and long

    giampaolo committed Jan 21, 2020
    Copy the full SHA
    a39d660 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Copy the full SHA
    e49a991 View commit details
    Browse the repository at this point in the history
  2. convert win

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    cbbd95a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65b447f View commit details
    Browse the repository at this point in the history
  4. use PyLong_FromPid

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    f5f4dd4 View commit details
    Browse the repository at this point in the history
  5. use PyLong_FromPid

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    f4f236a View commit details
    Browse the repository at this point in the history
  6. use PyLong_FromPid

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    8bf0974 View commit details
    Browse the repository at this point in the history
  7. add comment

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    eed722b View commit details
    Browse the repository at this point in the history
  8. use Py_PidConverter

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    dd5728f View commit details
    Browse the repository at this point in the history
  9. fix memleak

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    4bebbe5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    98789a5 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0632484 View commit details
    Browse the repository at this point in the history
  12. try to fix tests

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    2e0e758 View commit details
    Browse the repository at this point in the history
  13. try to fix tests

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    2ae622e View commit details
    Browse the repository at this point in the history
  14. fix cirrus tests

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    4adf400 View commit details
    Browse the repository at this point in the history
  15. fix cirrus tests

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    3165099 View commit details
    Browse the repository at this point in the history
  16. use pid_t on OSX

    giampaolo committed Jan 24, 2020
    Copy the full SHA
    3f1b53d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. try to fix test

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    8ce491a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bf3554 View commit details
    Browse the repository at this point in the history
  3. code path was not executed

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    27f211e View commit details
    Browse the repository at this point in the history
  4. fix compiler warning

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    89696d6 View commit details
    Browse the repository at this point in the history
  5. use PID converter

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    c9a1e04 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    99f37f9 View commit details
    Browse the repository at this point in the history
  7. use _Py_PARSE_PID

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    b06141f View commit details
    Browse the repository at this point in the history
  8. _Py_PARSE_PID for Windows

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    18f64da View commit details
    Browse the repository at this point in the history
  9. get rid of Py_PidConverter

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    88bde60 View commit details
    Browse the repository at this point in the history
  10. get rid of PyLong_FromPid

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    8355f96 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    362e175 View commit details
    Browse the repository at this point in the history
  12. fix some tests

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    ffa5582 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    454b697 View commit details
    Browse the repository at this point in the history
  14. refactoring

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    d6ff1e0 View commit details
    Browse the repository at this point in the history
  15. small refact

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    2787e48 View commit details
    Browse the repository at this point in the history
  16. remainers of _Py_PARSE_PID

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    003553b View commit details
    Browse the repository at this point in the history
  17. retry failing test

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    07f8662 View commit details
    Browse the repository at this point in the history
  18. further conversions

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    97f696a View commit details
    Browse the repository at this point in the history
  19. OSX / ppid: handle it

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    61ef341 View commit details
    Browse the repository at this point in the history
  20. FreeBSD handle PID

    giampaolo committed Jan 25, 2020
    Copy the full SHA
    88804d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. merge from master

    giampaolo committed Jan 27, 2020
    Copy the full SHA
    90e33a8 View commit details
    Browse the repository at this point in the history
  2. port openbsd

    giampaolo committed Jan 27, 2020
    Copy the full SHA
    126f03a View commit details
    Browse the repository at this point in the history
  3. remove failing test

    giampaolo committed Jan 27, 2020
    Copy the full SHA
    452ece9 View commit details
    Browse the repository at this point in the history
  4. refactor some tests

    giampaolo committed Jan 27, 2020
    Copy the full SHA
    d50cecc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. update HISTORY

    giampaolo committed Jan 28, 2020
    Copy the full SHA
    733c683 View commit details
    Browse the repository at this point in the history