◐ Shell
clean mode source ↗

bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 by erlend-aasland · Pull Request #26884 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@erlend-aasland

FYI, for check_cursor and pysqlite_check_connection, we cannot rely on the connection context exception pointers (at least not for the early sanity checks), so I'm using the global state in those methods.

Erlend E. Aasland added 3 commits

June 23, 2021 22:46

@erlend-aasland

(Re-opening to trigger CI again)

@erlend-aasland

encukou

Erlend E. Aasland added 2 commits

July 13, 2021 23:10
- Use ADD_TYPE()
- Naming: name => exc

encukou

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@erlend-aasland

Looks good, thanks!

Thanks for reviewing!

Labels