Add version tags to sys.{get,set}switchinterval
This commit is contained in:
parent
941ee888e2
commit
79707ca875
|
@ -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…
Reference in New Issue