[issue3103] sqlite defines a few global symbols.

Martin v. Löwis report at bugs.python.org
Fri Jun 13 10:00:46 CEST 2008


New submission from Martin v. Löwis <martin at v.loewis.de>:

While most global symbols in the _sqlite3 module use a sqlite_ or
_sqlite_ prefix, some don't:
_enable_callback_tracebacks, converters, microprotocols_adapt,
microprotocols_add, psyco_adapters, psyco_microprotocols_adapt.

It would be good if these could be made static, or get their own prefix.

----------
assignee: ghaering
messages: 68137
nosy: ghaering, loewis
severity: normal
status: open
title: sqlite defines a few global symbols.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3103>
_______________________________________


More information about the Python-bugs-list mailing list