]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
authorAviv Palivoda <palaviv@gmail.com>
Sun, 9 Apr 2017 09:11:59 +0000 (12:11 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 9 Apr 2017 09:11:59 +0000 (12:11 +0300)
commit0e6cb2ea624570ed08c354f1ed1f595dab4192d6
tree736e7b8799d50375a64f1bfa21415703100688f2
parent2abfdf5a81383d3b1ed6b7321903a9a168c373c5
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)

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.
Lib/sqlite3/test/hooks.py
Misc/NEWS