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

Issue $413 patcher diverts subprocess exceptions instead of keeping c… #414

Closed
wants to merge 1 commit into from

Conversation

Linbing
Copy link

@Linbing Linbing commented May 14, 2017

when patch inject, it's will reimport module, this will make copy of class in memory, so make the new reimport module in sys.modules, this will keey the same sys.modules with eventlet.green.module

reset new reimport module in sys.modules.

#413

…lass identity

reset new reimport module in sys.modules.

eventlet#413
@temoto
Copy link
Member

temoto commented May 14, 2017

I'm sorry this is not acceptable solution because it makes eventlet contagious: just import eventlet.green.subprocess also makes previous and next import subprocess green.

@temoto temoto closed this May 14, 2017
@Linbing Linbing deleted the fix-413 branch May 14, 2017 13:35
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.

None yet

2 participants