mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
This commit is contained in:
parent
d6d4432724
commit
7762e4d387
4 changed files with 19 additions and 19 deletions
|
@ -42,9 +42,9 @@ extern PyObject* pysqlite_NotSupportedError;
|
|||
* functions, that convert the SQL value to the appropriate Python value.
|
||||
* The key is uppercase.
|
||||
*/
|
||||
extern PyObject* converters;
|
||||
extern PyObject* _pysqlite_converters;
|
||||
|
||||
extern int _enable_callback_tracebacks;
|
||||
extern int _pysqlite_enable_callback_tracebacks;
|
||||
extern int pysqlite_BaseTypeAdapted;
|
||||
|
||||
#define PARSE_DECLTYPES 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue