Issue 1509584: Small fix for sqlite3 test suite (original) (raw)

Issue1509584

Created on 2006-06-20 21:15 by ghaering, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sqlite3_authorizer_test_fix.patch ghaering,2006-06-20 21:15
Messages (2)
msg50518 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2006-06-20 21:15
The attached patch is a small fix for irritating behaviour if you run the sqlite3 test suite twice in the same interpreter. The second time you will get printed tracebacks to stderr that are confusing. This can be applied before Python 2.5b1, otherwise I'll commit it myself after the freeze.
msg50519 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2006-06-21 20:55
Logged In: YES user_id=163326 Comitted after beta1.
History
Date User Action Args
2022-04-11 14:56:18 admin set github: 43532
2006-06-20 21:15:33 ghaering create