classification
Title: Small fix for sqlite3 test suite
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ghaering Nosy List: ghaering (1)
Priority: low Keywords patch

Created on 2006-06-20 21:15 by ghaering, last changed 2006-06-21 20:55 by ghaering.

Files
File name Uploaded Description Edit Remove
sqlite3_authorizer_test_fix.patch ghaering, 2006-06-20 21:15
Messages (2)
msg50518 - (view) Author: Gerhard Häring (ghaering) 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) Date: 2006-06-21 20:55
Logged In: YES 
user_id=163326

Comitted after beta1.
History
Date User Action Args
2006-06-20 21:15:33ghaeringcreate