mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-142225: Fix PyABIInfo_VAR macro (GH-142230)
This commit is contained in:
parent
1a7824a927
commit
fb404ab575
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue