mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-42064: Move sqlite3
exceptions to global state, part 2 of 2 (GH-26884)
Automerge-Triggered-By: GH:encukou
This commit is contained in:
parent
e5862f79c1
commit
05162993fe
8 changed files with 90 additions and 92 deletions
|
@ -49,11 +49,6 @@ Modules/_io/_iomodule.h - _PyIO_str_write -
|
|||
Modules/_io/_iomodule.h - _PyIO_empty_str -
|
||||
Modules/_io/_iomodule.h - _PyIO_empty_bytes -
|
||||
Modules/_multiprocessing/multiprocessing.h - _PyMp_SemLockType -
|
||||
Modules/_sqlite/module.c - pysqlite_OperationalError -
|
||||
Modules/_sqlite/module.c - pysqlite_ProgrammingError -
|
||||
Modules/_sqlite/module.c - pysqlite_IntegrityError -
|
||||
Modules/_sqlite/module.c - pysqlite_DataError -
|
||||
Modules/_sqlite/module.c - pysqlite_NotSupportedError -
|
||||
Modules/_sqlite/module.c - _pysqlite_converters -
|
||||
Modules/_sqlite/module.c - _pysqlite_enable_callback_tracebacks -
|
||||
Modules/_sqlite/module.c - pysqlite_BaseTypeAdapted -
|
||||
|
@ -2361,11 +2356,6 @@ Modules/_ctypes/_ctypes.c - PyExc_ArgError -
|
|||
Modules/_cursesmodule.c - PyCursesError -
|
||||
Modules/_decimal/_decimal.c - DecimalException -
|
||||
Modules/_queuemodule.c - EmptyError -
|
||||
Modules/_sqlite/module.h - pysqlite_OperationalError -
|
||||
Modules/_sqlite/module.h - pysqlite_ProgrammingError -
|
||||
Modules/_sqlite/module.h - pysqlite_IntegrityError -
|
||||
Modules/_sqlite/module.h - pysqlite_DataError -
|
||||
Modules/_sqlite/module.h - pysqlite_NotSupportedError -
|
||||
Modules/_ssl.c - PySSLErrorObject -
|
||||
Modules/_ssl.c - PySSLCertVerificationErrorObject -
|
||||
Modules/_ssl.c - PySSLZeroReturnErrorObject -
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue