[Python-checkins] [python/cpython] 0e6cb2: bpo-26187: Test that set_trace_callback() is not c...

GitHub noreply at github.com
Sun Apr 9 05:12:01 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 0e6cb2ea624570ed08c354f1ed1f595dab4192d6
      https://github.com/python/cpython/commit/0e6cb2ea624570ed08c354f1ed1f595dab4192d6
  Author: Aviv Palivoda <palaviv at gmail.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M Lib/sqlite3/test/hooks.py
    M Misc/NEWS

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list