cpython/Misc/NEWS.d/next/Library/2024-06-26-16-16-43.gh-issue-121011.qW54eh.rst
Serhiy Storchaka 4359706ac8
gh-120950: Fix overflow in math.log() with large int-like argument (GH-121011)
Handling of arbitrary large int-like argument is now consistent with
handling arbitrary large int arguments.
2025-11-12 00:27:13 +02:00

2 lines
123 B
ReStructuredText

:func:`math.log` now supports arbitrary large integer-like arguments in the
same way as arbitrary large integer arguments.