Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c1b19115
Commit
c1b19115
authored
May 02, 2017
by
Paul Sokolovsky
Browse files
tests/cpydiff/core_import_prereg: Fill in cause and workaround.
parent
8bb84cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cpydiff/core_import_prereg.py
View file @
c1b19115
"""
categories: Core,import
description: Failed to load modules are still registered as loaded
cause:
Unknown
workaround:
Unknown
cause:
To make module handling more efficient, it's not wrapped with exception handling.
workaround:
Test modules before production use; during development, use ``del sys.modules["name"]``, or just soft or hard reset the board.
"""
import
sys
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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