forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stackless issue python#79: make the module stackless IDE friendly
Add __all__ to stackless. Add entries to the module's __dict__ for the computed properties (i.e. current, main, ...). This helps IDEs (PyDev) to recognise the expression "stackless.current" as a defined name. (grafted from d5e6830501279c287a7971152a26b2ad5d244168)
- Loading branch information
Anselm Kruis
committed
Feb 14, 2016
1 parent
0de0efe
commit a80d383
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters