Difference between revisions of "Global interpreter lock (GIL)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "global interpreter lock, or GIL, is a mutex that protects access to Python objects")
Tags: Mobile web edit, Mobile edit
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
global interpreter lock, or GIL, is a [[mutex]] that protects access to [[Python]] objects
+
[[wikipedia:global interpreter lock]], or GIL, is a [[mutex]] that protects access to [[Python]] objects
 +
 
 +
 
 +
== See also ==
 +
* [[multithreading]]
 +
* {{python}}
 +
 
 +
[[Category:Python]]

Latest revision as of 09:48, 24 January 2022

Advertising: