mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-85283: _stat extension now uses the limited C API (#110711)
gh-85283: _stat extension uses the limited C API The _stat C extension is now built with the limited C API.
This commit is contained in:
parent
b4e8049766
commit
88ecb190f3
3 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Need limited C API version 3.13 for PyModule_Add() on Windows
|
||||
#define Py_LIMITED_API 0x030d0000
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue