221221< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#typedef "> Typedef</ a > </ li >
222222< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#method-resolution "> Method Resolution</ a > </ li >
223223< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#type-mapping "> Type Mapping</ a > </ li >
224+ < li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/gvl.html "> Global Virtual Machine Lock (GVL)</ a > </ li >
224225< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/attributes.html "> Attributes</ a > </ li >
225226< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/enums.html "> Enums</ a > </ li >
226227< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/constants.html "> Constants</ a > </ li >
@@ -345,6 +346,7 @@ <h1>Bindings<a class="headerlink" href="#bindings" title="Link to this heading">
345346< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/methods.html#keyword-arguments "> Keyword Arguments</ a > </ li >
346347< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/methods.html#return-self "> Return Self</ a > </ li >
347348< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/methods.html#lambda-functions "> Lambda Functions</ a > </ li >
349+ < li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/methods.html#global-vm-lock-gvl "> Global VM Lock (GVL)</ a > </ li >
348350</ ul >
349351</ li >
350352< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/overloaded_methods.html "> Overloaded Methods</ a > </ li >
@@ -354,6 +356,12 @@ <h1>Bindings<a class="headerlink" href="#bindings" title="Link to this heading">
354356< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#typedef "> Typedef</ a > </ li >
355357< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#method-resolution "> Method Resolution</ a > </ li >
356358< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/overloaded_methods.html#type-mapping "> Type Mapping</ a > </ li >
359+ < li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/gvl.html "> Global Virtual Machine Lock (GVL)</ a > < ul >
360+ < li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/gvl.html#function-method-annotation "> Function/Method Annotation</ a > </ li >
361+ < li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/gvl.html#helper-method "> Helper Method</ a > </ li >
362+ < li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/gvl.html#acquire-the-gvl "> Acquire the GVL</ a > </ li >
363+ </ ul >
364+ </ li >
357365< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/attributes.html "> Attributes</ a > </ li >
358366< li class ="toctree-l1 "> < a class ="reference internal " href ="bindings/enums.html "> Enums</ a > < ul >
359367< li class ="toctree-l2 "> < a class ="reference internal " href ="bindings/enums.html#nested-and-anonymous-enums "> Nested and Anonymous Enums</ a > </ li >
0 commit comments