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

gh-87347: Add parenthesis around macro arguments #93915

Merged
merged 6 commits into from
Jun 20, 2022
Merged

gh-87347: Add parenthesis around macro arguments #93915

merged 6 commits into from
Jun 20, 2022

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    a1ace1c View commit details
    Browse the repository at this point in the history
  2. Revert invalid changes

    vstinner committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f4dc859 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Revert _PyObject_ASSERT_WITH_MSG() change

    Don't add parenthesis in the assert error message.
    vstinner committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    82684c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    7ee3032 View commit details
    Browse the repository at this point in the history
  2. Revert invalid Py_MEMBER_SIZE() change

    Add unit test on Py_MEMBER_SIZE() and some other macros.
    vstinner committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    784aaa6 View commit details
    Browse the repository at this point in the history
  3. Fix static_assert() usage

    vstinner committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b486600 View commit details
    Browse the repository at this point in the history