Skip to content

Commit feb428d

Browse files
committed
Blurb & What's New
1 parent 44df416 commit feb428d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,11 @@ New features
516516
a string. See the documentation for caveats.
517517
(Contributed by Petr Viktorin in :gh:`131510`)
518518

519+
* Add API for checking an extension module's ABI compatibility:
520+
:c:data:`Py_mod_abi`, :c:func:`PyABIInfo_Check`, :c:macro:`PyABIInfo_VAR`
521+
and :c:data:`Py_mod_abi`.
522+
(Contributed by Petr Viktorin in :gh:`137210`)
523+
519524

520525
Porting to Python 3.15
521526
----------------------
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add API for checking an extension module's ABI compatibility:
2+
:c:data:`Py_mod_abi`, :c:func:`PyABIInfo_Check`, :c:macro:`PyABIInfo_VAR`
3+
and :c:data:`Py_mod_abi`.

0 commit comments

Comments
 (0)