We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da8ad8 commit ab0bd20Copy full SHA for ab0bd20
Doc/whatsnew/3.14.rst
@@ -479,6 +479,11 @@ New Features
479
an interned string and deallocate it during module shutdown.
480
(Contribued by Eddie Elizondo in :gh:`113601`.)
481
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
+
487
* Add new functions to convert C ``<stdint.h>`` numbers from/to Python
488
:class:`int`:
489
0 commit comments