Skip to content

Commit fb404ab

Browse files
gh-142225: Fix PyABIInfo_VAR macro (GH-142230)
1 parent 1a7824a commit fb404ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Include/modsupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ PyAPI_FUNC(int) PyABIInfo_Check(PyABIInfo *info, const char *module_name);
132132
) \
133133
/////////////////////////////////////////////////////////
134134

135-
#define _PyABIInfo_DEFAULT() { \
135+
#define _PyABIInfo_DEFAULT { \
136136
1, 0, \
137137
PyABIInfo_DEFAULT_FLAGS, \
138138
PY_VERSION_HEX, \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed the :c:macro:`PyABIInfo_VAR` macro.

0 commit comments

Comments
 (0)