Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(192)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
to create issues and add comments
Unified Diff: Lib/test/test_pkg.py
Issue
9260
:
A finer grained import lock
Patch Set:
Created 1 year, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Lib/importlib/test/test_locks.py
Lib/pydoc.py
Lib/importlib/_bootstrap.py
Lib/test/lock_tests.py
Lib/test/test_pkg.py
Lib/token.py
Python/import.c
Lib/test/test_threaded_import.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« Lib/test/lock_tests.py
('k') |
Lib/test/test_threaded_import.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
--- a/Lib/test/test_pkg.py
+++ b/Lib/test/test_pkg.py
@@ -23,6 +23,8 @@ def cleanout(root):
def fixdir(lst):
if "__builtins__" in lst:
lst.remove("__builtins__")
+ if "__initializing__" in lst:
+ lst.remove("__initializing__")
return lst
« no previous file with comments
|
« Lib/test/lock_tests.py
('k') |
Lib/test/test_threaded_import.py »
('j') |
no next file with comments »
Issue 9260: A finer grained import lock
Created 1 year, 5 months ago by AntoinePitrou
Modified 1 year, 1 month ago
Reviewers: neologix_free.fr, loewis
Base URL: None
Comments: 8
Recent Issues
|
This issue
This is Rietveld
cbc36f91f3f7