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

@ -23,8 +23,7 @@
#ifndef PYSQLITE_PREPARE_PROTOCOL_H
#define PYSQLITE_PREPARE_PROTOCOL_H
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "module.h"
typedef struct
{