There was an error while loading. Please reload this page.
1 parent 0379683 commit 2f5caa0Copy full SHA for 2f5caa0
1 file changed
Misc/NEWS.d/next/C_API/2026-09-14-18-07-43.gh-issue-140550.fLVOGn.rst
@@ -0,0 +1,3 @@
1
+Fix the :c:macro:`PyABIInfo_VAR` macro: remove redundant ``;``. Before,
2
+``PyABIInfo_VAR(abi_info);`` code added two ``;;`` which is illegal in C++03.
3
+Patch by Victor Stinner.
0 commit comments