[issue3103] sqlite defines a few global symbols.

2008-09-12 Thread Gerhard Häring
Gerhard Häring <[EMAIL PROTECTED]> added the comment: Committed in r66412. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3103] sqlite defines a few global symbols.

2008-09-12 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: The patch is fine, please try to apply it before rc1. If rc1 gets missed, it should be defered to 2.7. -- resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]>

[issue3103] sqlite defines a few global symbols.

2008-09-12 Thread Gerhard Häring
Gerhard Häring <[EMAIL PROTECTED]> added the comment: Patch to Python 2.6 with Misc/NEWS entry if we want to close this now. Added file: http://bugs.python.org/file11475/patch_sqlite3_global_symbols.dif ___ Python tracker <[EMAIL PROTECTED]>

[issue3103] sqlite defines a few global symbols.

2008-09-11 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: If they aren't part of a public API I think it's ok to fix them in 2.6/3.0. It is a bug fix, not a feature change. -- nosy: +pitrou ___ Python tracker <[EMAIL PROTECTED]>

[issue3103] sqlite defines a few global symbols.

2008-09-11 Thread Gerhard Häring
Gerhard Häring <[EMAIL PROTECTED]> added the comment: I've fixed that in the externally maintained pysqlite. I suppose it's too late to bring this into 2.6 or 3.0, right? ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3103] sqlite defines a few global symbols.

2008-06-13 Thread Martin v. Löwis
New submission from Martin v. Löwis <[EMAIL PROTECTED]>: 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