Skip to content
MaxwellDupre /cpython Type # for issues and pull requests, > for commands, and ? for help Type # for issues, pull requests, and projects, > for commands, and ? for help Type # for issues, pull requests, and projects, / for files, and > for commands
We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
No results matched your search
Search for issues and pull requests # Search for issues, pull requests, discussions, and projects # Search for organizations, repositories, and users @ Search for projects ! Search for files / Activate command mode > Search your issues, pull requests, and discussions # author:@me Search your issues, pull requests, and discussions # author:@me Filter to pull requests # is:pr Filter to issues # is:issue Filter to discussions # is:discussion Filter to projects # is:project Filter to open issues, pull requests, and discussions # is:open

/ cpython Public

forked from python/cpython
  • Watch

    Notifications

    Get push notifications on iOS or Android.
Permalink
Browse files
fix non_recursive_import_test_1 and set debug to 0
  • Loading branch information
Mike cm committed Dec 1, 2021
1 parent ae9d702 commit 10367a6f1ee84a674a87721fbf723fd4c47b0e7f
Select a reply ctrl .
Loading
Showing with 2 additions and 2 deletions.
  1. +2 −2 Lib/test/test_modulefinder.py
  2. BIN _bootstrap_python
@@ -201,7 +201,7 @@ def foo(): pass

non_recursive_import_test_1 = [
"a",
["a", "b"],
["a", "b", "c", "sys"],
[],
[],
"""\
@@ -450,7 +450,7 @@ def load_module(self, fqname, fp, pathname, file_info):
self._do_test(absolute_import_test, modulefinder_class=CheckLoadModuleApi)

def test_non_recursive_1(self):
self._do_test(non_recursive_import_test_1, recurse=False, debug=10)
self._do_test(non_recursive_import_test_1, recurse=False, debug=0)

if __name__ == "__main__":
unittest.main()
BIN +17.4 MB _bootstrap_python
Binary file not shown.

0 comments on commit 10367a6

Lock conversation

Lock conversation on this commit

Locking the conversation means:

  • Other users can’t add new comments to this commit.
  • You and other collaborators with access to this repository can still leave comments that others can see.

You can always unlock this commit again in the future.

@MaxwellDupre
Select a reply ctrl .
Loading

You’re not receiving notifications from this thread.