Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update NEWS
  • Loading branch information
zooba committed Mar 28, 2024
commit a8e25404a612715aca0d0e1d3f3b06bbe7977e31
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Allow :c:func:`PyLong_AsNativeBytes` to extract negative numbers requiring
every single bit of the target buffer into the buffer without requesting a
larger one.
Add additional flags to :c:func:`PyLong_AsNativeBytes` and
:c:func`PyLong_FromNativeBytes` to allow the caller to determine how to handle
edge cases around values that fill the entire buffer.