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

MAINT: Fix METH_NOARGS function signatures #20368

Merged
merged 6 commits into from Nov 18, 2021

Commits on Nov 14, 2021

  1. BUG: Fix METH_NOARGS signatures in nditer_pywrap

    The METH_NOARGS calling convention is required to take a second PyObject* which will always be NULL.
    This is a continuation of numpy#19058
    Hood committed Nov 14, 2021
    Copy the full SHA
    d7d1946 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    824fc04 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Rename unused arguments to args

    Hood committed Nov 18, 2021
    Copy the full SHA
    7029dcd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e6285e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dee3160 View commit details
    Browse the repository at this point in the history
  4. wrap npyiter_remove_multi_index too

    Hood committed Nov 18, 2021
    Copy the full SHA
    447a80f View commit details
    Browse the repository at this point in the history