mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Restore behaviour of Python 3.3: print the finalizer() error if sqlite3.enable_callback_tracebacks() has been called, clear the error otherwise. But keep (save/restore) also the AttributeError raised in _pysqlite_step_callback().