gh-110481: Fix Py_SET_REFCNT() integer overflow by vstinner · Pull Request #112174 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions Doc/c-api/refcounting.rst
2 changes: 2 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ General Options

.. versionadded:: 3.11

.. _free-threading-build:

.. option:: --disable-gil

Enables **experimental** support for running Python without the
Expand Down
31 changes: 21 additions & 10 deletions Include/object.h