Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79707ca

Browse files
committed
Add version tags to sys.{get,set}switchinterval
1 parent 941ee88 commit 79707ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ always available.
353353
Return the interpreter's "thread switch interval"; see
354354
:func:`setswitchinterval`.
355355

356+
.. versionadded:: 3.2
357+
356358

357359
.. function:: _getframe([depth])
358360

@@ -713,6 +715,8 @@ always available.
713715
is the operating system's decision. The interpreter doesn't have its
714716
own scheduler.
715717

718+
.. versionadded:: 3.2
719+
716720

717721
.. function:: settrace(tracefunc)
718722

0 commit comments

Comments
 (0)