This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
Priority: low Keywords: patch

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:18adminsetgithub: 43532
2006-06-20 21:15:33ghaeringcreate