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

i#2688: avoid self-interp of new child threads during attach #2689

Merged
merged 1 commit into from
Nov 6, 2017

Conversation

derekbruening
Copy link
Contributor

Adds a check when taking over a new thread during attach to avoid
self-interp when the new thread is the child of a thread that's already
been taken over.

Tested with the api.detach_spawn test from #2601.

Fixes #2688

Adds a check when taking over a new thread during attach to avoid
self-interp when the new thread is the child of a thread that's already
been taken over.

Tested with the api.detach_spawn test from #2601.

Fixes #2688
@derekbruening derekbruening merged commit 1135be7 into master Nov 6, 2017
@derekbruening derekbruening deleted the i2688-self-interp branch November 6, 2017 18:21
fhahn pushed a commit that referenced this pull request Dec 4, 2017
Adds a check when taking over a new thread during attach to avoid
self-interp when the new thread is the child of a thread that's already
been taken over.

Tested with the api.detach_spawn test from #2601.

Fixes #2688
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.

1 participant