Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-124742: Add thePYTHON_GC_THRESHOLD environment variable.#124743

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
nascheme wants to merge2 commits intopython:mainfromnascheme:gc_threshold_env
Closed
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
Repair doc markup.
  • Loading branch information
@nascheme
nascheme committedSep 29, 2024
commit40be46263ebc0e1511ff3b3bd720e45c3445cf76
8 changes: 4 additions & 4 deletionsDoc/using/cmdline.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -978,10 +978,10 @@ conflict.

.. envvar:: PYTHON_GC_THRESHOLD

Set the `threshold0` value for the garbage collector. This is the same
ascalling `gc.set_threshold(n)` where `n` is value of the variable. Using
an empty value or the value"default" will cause the default threshold to be
used.
Set the ``threshold0`` value for the garbage collector. This is the same as
calling ``gc.set_threshold(n)`` where ``n`` is value of the variable. Using
an empty value or the value``default`` will cause the default threshold to
beused.

.. versionadded:: 3.13

Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
Add the `PYTHON_GC_THRESHOLD` environment variable. This can be used to set
the `threshold0` value for the garbage collector, similar to calling
`gc.set_threshold()`. If the value is empty or"default", the default
Add the:envvar:`PYTHON_GC_THRESHOLD` environment variable. This can be used
to setthe ``threshold0`` value for the garbage collector, similar to calling
``gc.set_threshold()``. If the value is empty or``default``, the default
threshold value is used.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp