Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ChildWatcher.rstatus #8

Merged
merged 1 commit into from
Dec 3, 2017

Conversation

graingert
Copy link
Contributor

Depends on #7

@graingert graingert force-pushed the support-ChildWatcher.rstatus branch from c1c9ef8 to eea75cf Compare June 28, 2015 21:53
@graingert
Copy link
Contributor Author

depends on #7

# asyncio messes with the status code value, go up the stack and get it
try:
outer_frame = sys._getframe(1)
status = outer_frame.f_locals['status']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status is not always present in upper stack - would better if we can reverse the "mess"

@graingert graingert force-pushed the support-ChildWatcher.rstatus branch 2 times, most recently from a08a240 to fcc3bf8 Compare July 5, 2015 23:21
@graingert graingert force-pushed the support-ChildWatcher.rstatus branch from fcc3bf8 to de149b2 Compare July 6, 2015 10:39
@fantix fantix merged commit 343390a into decentfox:master Dec 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants