Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c0a1a07c
Commit
c0a1a07c
authored
May 14, 2019
by
Vinodhini Balusamy
Committed by
Cheryl Sabella
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-32995 - Added context variable in glossary (GH-9741)
parent
dae12297
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Doc/glossary.rst
Doc/glossary.rst
+9
-0
Misc/NEWS.d/next/Documentation/2018-10-07-03-04-57.bpo-32995.TXN9ur.rst
...xt/Documentation/2018-10-07-03-04-57.bpo-32995.TXN9ur.rst
+1
-0
No files found.
Doc/glossary.rst
View file @
c0a1a07c
...
...
@@ -225,6 +225,15 @@ Glossary
statement
by
defining
:
meth
:`
__enter__
`
and
:
meth
:`
__exit__
`
methods
.
See
:
pep
:`
343
`.
context
variable
A
variable
which
can
have
different
values
depending
on
its
context
.
This
is
similar
to
Thread
-
Local
Storage
in
which
each
execution
thread
may
have
a
different
value
for
a
variable
.
However
,
with
context
variables
,
there
may
be
several
contexts
in
one
execution
thread
and
the
main
usage
for
context
variables
is
to
keep
track
of
variables
in
concurrent
asynchronous
tasks
.
See
:
mod
:`
contextvars
`.
contiguous
..
index
::
C
-
contiguous
,
Fortran
contiguous
...
...
Misc/NEWS.d/next/Documentation/2018-10-07-03-04-57.bpo-32995.TXN9ur.rst
0 → 100644
View file @
c0a1a07c
Added the context variable in glossary.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment