mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add version tags to sys.{get,set}switchinterval
This commit is contained in:
parent
941ee888e2
commit
79707ca875
1 changed files with 4 additions and 0 deletions
|
@ -353,6 +353,8 @@ always available.
|
||||||
Return the interpreter's "thread switch interval"; see
|
Return the interpreter's "thread switch interval"; see
|
||||||
:func:`setswitchinterval`.
|
:func:`setswitchinterval`.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
||||||
.. function:: _getframe([depth])
|
.. function:: _getframe([depth])
|
||||||
|
|
||||||
|
@ -713,6 +715,8 @@ always available.
|
||||||
is the operating system's decision. The interpreter doesn't have its
|
is the operating system's decision. The interpreter doesn't have its
|
||||||
own scheduler.
|
own scheduler.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
||||||
.. function:: settrace(tracefunc)
|
.. function:: settrace(tracefunc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue