Difference between revisions of "Global interpreter lock (GIL)"
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 |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
global interpreter lock, or GIL, is a [[mutex]] that protects access to [[Python]] objects | global interpreter lock, or GIL, is a [[mutex]] that protects access to [[Python]] objects | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{python}} |
Revision as of 18:31, 15 March 2020
global interpreter lock, or GIL, is a mutex that protects access to Python objects
See also
- Python, PIP, GIL, Flask, Django, Marshmallow,
def
, logging, Pandas, Numpy, AWS Chalice,import
,from
,tuple
,list
, Python exceptions,virtualenv
,.append
,pytz
,TZ
,print
,python3 -c
,os
, PEP, Python Institute, Methods: Dunder methods, Flake8, Python collections, Function decorators in Python, Click python library, Python module, Flower,kwargs
, Black (Python), Python list structure, Mypy,variables
, Casting,try:
, pydoc, argparse, Anaconda,pyenv, setup.py, python3 --version, python3 --help
, Data Classes, raise
Advertising: