Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Backport master's README.rst to 3.6#86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Mariatta commentedFeb 14, 2017
brettcannon left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Quick glance of the rendered output LGTM.
brettcannon commentedFeb 15, 2017
So should this be merged in spite ofGH-79? |
zware commentedFeb 15, 2017
This change containsGH-79, and git recorded this change as a delete |
Reimplement Stackless/unittests/support.py. The new implementationis more IDE friendly and requires only a single pass to run alltest with and without soft switching.Base all tests on StacklessTestCase.Remove a second call of unittest.main from ```if __name__ =="__main__"```-blockshttps://bitbucket.org/stackless-dev/stackless/issues/86(grafted from 8237bba0d27ab1bdd2cdbfa52c7bdb6f468119a7, 719923b5c638,06295530c672, 65cff13662f2)
See#86This does not fix races where the _localimpl is delete by anotherthread... but I don't think the _threading_local implementationis actually used.
IncludesGH-2,GH-70,GH-73, andGH-21.