Skip to content

Commit 2f5caa0

Browse files
committed
Add NEWS entry
1 parent 0379683 commit 2f5caa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)