mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue