mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-142225: Fix PyABIInfo_VAR macro (GH-142230)
This commit is contained in:
parent
1a7824a927
commit
fb404ab575
@ -132,7 +132,7 @@ PyAPI_FUNC(int) PyABIInfo_Check(PyABIInfo *info, const char *module_name);
|
|||||||
) \
|
) \
|
||||||
/////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define _PyABIInfo_DEFAULT() { \
|
#define _PyABIInfo_DEFAULT { \
|
||||||
1, 0, \
|
1, 0, \
|
||||||
PyABIInfo_DEFAULT_FLAGS, \
|
PyABIInfo_DEFAULT_FLAGS, \
|
||||||
PY_VERSION_HEX, \
|
PY_VERSION_HEX, \
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
Fixed the :c:macro:`PyABIInfo_VAR` macro.
|
||||||
Loading…
x
Reference in New Issue
Block a user