commit | fc662ac332443a316a120fa5287c235dc4f8739b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Dec 10 16:06:08 2018 +0200 |
committer | GitHub <noreply@github.com> | Mon Dec 10 16:06:08 2018 +0200 |
tree | 3283170105c2e3b2dafa7233f4819cabab9fbb8d | |
parent | dffccc6b594951fc798973e521da205785823f0f [diff] |
bpo-32788: Better error handling in sqlite3. (GH-3723) Propagate unexpected errors (like MemoryError and KeyboardInterrupt) to user.