mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
This commit is contained in:
parent
75048c8a38
commit
2256a2876b
5 changed files with 3 additions and 10 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "Python.h"
|
||||
|
||||
#define PYSQLITE_VERSION "2.6.0"
|
||||
#define MODULE_NAME "sqlite3"
|
||||
|
||||
extern PyObject* pysqlite_Error;
|
||||
extern PyObject* pysqlite_Warning;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue