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

bpo-41861: Clean up sqlite3 header files wrt. PEP 384 #22419

Closed

Commits on Oct 5, 2020

  1. Don't include pythread.h

    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    9b02d4e View commit details
    Browse the repository at this point in the history
  2. Don't include structmember.h twice

    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    d093796 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous Python.h include

    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    626af39 View commit details
    Browse the repository at this point in the history
  4. Include structmember.h in the .c file, where it's used

    As per review comments.
    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6be86c9 View commit details
    Browse the repository at this point in the history
  5. Explicitly include structmember.h in cursor.c

    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    f184612 View commit details
    Browse the repository at this point in the history
  6. Include structmember.h after Python.h

    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    926e238 View commit details
    Browse the repository at this point in the history
  7. Fix PyMemberDef in statement.c

    - Fix incomplete type (PyMemberDef => struct PyMemberDef)
    - Include structmember.h bco. PyMemberDef
    Erlend E. Aasland committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b98761c View commit details
    Browse the repository at this point in the history