cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Fix and test `PyABIInfo_VAR`

Open philthompson10 opened this issue 1 month ago • 1 comments

Bug report

Bug description:

PyABIInfo_VAR in modsupport.h generates incorrect code because _PyABIInfo_DEFAULT has been defined as a function. The parentheses should be removed.

CPython versions tested on:

3.15

Operating systems tested on:

macOS

Linked PRs

  • gh-142230
  • gh-142833

philthompson10 avatar Dec 03 '25 14:12 philthompson10

Thanks! Keeping the issue open, I'll add tests later.

encukou avatar Dec 04 '25 09:12 encukou

Added. I'm planning more, but let's not keep this open for that.

encukou avatar Dec 17 '25 15:12 encukou