mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fixes for Python 3.14
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
#ifdef _POSIX_C_SOURCE
|
||||
#undef _POSIX_C_SOURCE
|
||||
#endif
|
||||
#include <Python.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
#ifdef _POSIX_C_SOURCE
|
||||
#undef _POSIX_C_SOURCE
|
||||
#endif
|
||||
//#define PY_SSIZE_T_CLEAN
|
||||
#include <Python.h>
|
||||
#include <ctype.h>
|
||||
|
||||
Reference in New Issue
Block a user