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-1635741: _sqlite3 uses PyModule_AddObjectRef #23148

Merged

Commits on Nov 4, 2020

  1. Use PyModule_AddObjectRef iso. PyModule_AddObject in _sqlite3

    Erlend E. Aasland committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c062592 View commit details
    Browse the repository at this point in the history
  2. Address review comment: Use intermingled variable declarations

    Erlend E. Aasland committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    590d11d View commit details
    Browse the repository at this point in the history
  3. Update Modules/_sqlite/module.c

    Co-authored-by: Victor Stinner <vstinner@python.org>
    Erlend Egeberg Aasland and vstinner committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    23ba6fa View commit details
    Browse the repository at this point in the history
  4. Address review comment: Remove useless incref/decref

    Erlend E. Aasland committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    cdae05e View commit details
    Browse the repository at this point in the history
  5. Address review comment: Use intermingled variable declarations

    Erlend E. Aasland committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    911ee5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4bb4bf View commit details
    Browse the repository at this point in the history