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
d5ed47de
Commit
d5ed47de
authored
Jul 27, 2017
by
Serhiy Storchaka
Committed by
GitHub
Jul 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
parent
fd465611
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.pre.in
Makefile.pre.in
+2
-0
PCbuild/lib.pyproj
PCbuild/lib.pyproj
+6
-0
No files found.
Makefile.pre.in
View file @
d5ed47de
...
...
@@ -1204,6 +1204,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test
/test_import/data
\
test
/test_import/data/circular_imports
\
test
/test_import/data/circular_imports/subpkg
\
test
/test_import/data/package
\
test
/test_import/data/package2
\
test
/test_importlib/namespace_pkgs
\
test
/test_importlib/namespace_pkgs/both_portions
\
test
/test_importlib/namespace_pkgs/both_portions/foo
\
...
...
PCbuild/lib.pyproj
View file @
d5ed47de
...
...
@@ -1127,6 +1127,10 @@
<Compile
Include=
"test\test_import\data\circular_imports\subpkg\subpackage2.py"
/>
<Compile
Include=
"test\test_import\data\circular_imports\subpkg\util.py"
/>
<Compile
Include=
"test\test_import\data\circular_imports\util.py"
/>
<Compile
Include=
"test\test_import\data\package\__init__.py"
/>
<Compile
Include=
"test\test_import\data\package\submodule.py"
/>
<Compile
Include=
"test\test_import\data\package2\submodule1.py"
/>
<Compile
Include=
"test\test_import\data\package2\submodule2.py"
/>
<Compile
Include=
"test\test_import\__init__.py"
/>
<Compile
Include=
"test\test_import\__main__.py"
/>
<Compile
Include=
"test\test_index.py"
/>
...
...
@@ -1786,6 +1790,8 @@
<Folder
Include=
"test\test_import\data\"
/>
<Folder
Include=
"test\test_import\data\circular_imports"
/>
<Folder
Include=
"test\test_import\data\circular_imports\subpkg"
/>
<Folder
Include=
"test\test_import\data\package"
/>
<Folder
Include=
"test\test_import\data\package2"
/>
<Folder
Include=
"test\test_json"
/>
<Folder
Include=
"test\test_tools"
/>
<Folder
Include=
"test\test_warnings"
/>
...
...
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