8000 gh-124385: Document and soft-deprecate PyLong_AS_LONG by encukou · Pull Request #124386 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-124385: Document and soft-deprecate PyLong_AS_LONG #124386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 27, 2024
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
Apply suggestion from linter
  • Loading branch information
encukou authored Sep 27, 2024
commit 76f65dd15ea1933a21a3f59e717459d264b556ae
2 changes: 1 addition & 1 deletion Doc/c-api/long.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
it can fail with :exc:`OverflowError` or another exception.

.. deprecated:: 3.14
The function is soft deprecated.
The function is soft deprecated.

.. c:function:: int PyLong_AsInt(PyObject *obj)

Expand Down
Loading
0