Skip to content

Commit

Permalink
Updated blurb accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Jan 22, 2025
1 parent c25b910 commit 37a5c9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Add missing fast path in :c:func:`PyLong_FromLong` and :c:func:`PyLong_FromLongLong` functions
for compact integers.
Add missing fast path in :c:func:`PyLong_FromUnsignedLong`, :c:func:`PyLong_FromUnsignedLongLong` and :c:func:`PyLong_FromSize_t` functions
for compact integers. And refactor :c:func:`PyLong_FromLong` and :c:func:`PyLong_FromLongLong` to use the macro :c:macro:`PYLONG_FROM_SIGNED`.

0 comments on commit 37a5c9a

Please sign in to comment.