bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)

This commit is contained in:
Erlend Egeberg Aasland 2021-03-13 16:33:39 +01:00 committed by GitHub
parent 75048c8a38
commit 2256a2876b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 10 deletions

View file

@ -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;