[issue30262] Don't expose sqlite3 Cache and Statement

R. David Murray report at bugs.python.org
Mon May 8 18:26:49 EDT 2017


R. David Murray added the comment:

I don't do much with the C API, but since your goal is to remove them from the PyMODINIT_FUNC, I would think you could replace those entries with calls to wrapper functions that issue the deprecation and then call the real function.

----------

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


More information about the Python-bugs-list mailing list