mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
||||
:func:`setswitchinterval`.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. function:: _getframe([depth])
|
||||
|
||||
|
@ -713,6 +715,8 @@ always available.
|
|||
is the operating system's decision. The interpreter doesn't have its
|
||||
own scheduler.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. function:: settrace(tracefunc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue