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
7025ce6f
Commit
7025ce6f
authored
Nov 25, 2005
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some comment typos
parent
2fcf206a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/_threading_local.py
Lib/_threading_local.py
+1
-1
No files found.
Lib/_threading_local.py
View file @
7025ce6f
...
...
@@ -149,7 +149,7 @@ class _localbase(object):
raise
TypeError
(
"Initialization arguments are not supported"
)
# We need to create the thread dict in anticipation of
# __init__ being called, to make s
ire we don't ca
l it
# __init__ being called, to make s
ure we don't cal
l it
# again ourselves.
dict
=
object
.
__getattribute__
(
self
,
'__dict__'
)
currentThread
().
__dict__
[
key
]
=
dict
...
...
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