mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
0e6cb2ea62
conn.set_trace_callback() shouldn't be called multiple times when the schema is changing. This has indirectly been fixed by using sqlite3_prepare_v2() in bpo-9303.