Build: resolve error with Python 3.14

Include local version of _PyArg_CheckPositional which is private
for CPython as of Python 3.14.

Ref !147783
This commit is contained in:
Campbell Barton
2025-10-10 17:30:10 +11:00
parent b9dcc087a9
commit 224bd118eb
4 changed files with 81 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
#include "BLI_utildefines.h"
#include "../generic/py_capi_utils.hh"
#include "../generic/python_compat.hh" /* IWYU pragma: keep. */
#include "../generic/python_utildefines.hh"
/* ---------------------------------INTERSECTION FUNCTIONS-------------------- */