Skip to content

Commit ab0bd20

Browse files
committed
Add what's news
1 parent 3da8ad8 commit ab0bd20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,11 @@ New Features
479479
an interned string and deallocate it during module shutdown.
480480
(Contribued by Eddie Elizondo in :gh:`113601`.)
481481

482+
* Add :c:func:`PyLong_IsPositive`, :c:func:`PyLong_IsNegative`
483+
and :c:func:`PyLong_IsZero` for checking if :c:type:`PyLongObject`
484+
is positive, negative, or zero.
485+
(Contribued by James Roy in :gh:`126061`.)
486+
482487
* Add new functions to convert C ``<stdint.h>`` numbers from/to Python
483488
:class:`int`:
484489

0 commit comments

Comments
 (0)