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-42064: Move sqlite3 exceptions to global state, part 2 of 2 #26884

Merged
merged 5 commits into from
Jul 14, 2021

Commits on Jun 23, 2021

  1. Update c-analyzer ignore list

    Erlend E. Aasland committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    aa54e85 View commit details
    Browse the repository at this point in the history
  2. Move the rest of the exceptions to global state

    Erlend E. Aasland committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    158a638 View commit details
    Browse the repository at this point in the history
  3. Refactor ADD_EXCEPTION

    Erlend E. Aasland committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c79de0c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Module state now holds strong refs to all exceptions

    Erlend E. Aasland committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    54a412b View commit details
    Browse the repository at this point in the history
  2. Refactor ADD_EXCEPTION further

    - Use ADD_TYPE()
    - Naming: name => exc
    Erlend E. Aasland committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b7c49ff View commit details
    Browse the repository at this point in the history