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

per-interpreter: eval breaker flag (from ceval) #31

Closed
Tracked by #34
ericsnowcurrently opened this issue Aug 24, 2018 · 0 comments
Closed
Tracked by #34

per-interpreter: eval breaker flag (from ceval) #31

ericsnowcurrently opened this issue Aug 24, 2018 · 0 comments
Assignees
Labels
complexity: low easy to figure out P1 medium priority size: small requires few changes type: enhancement X [isolation] improved interpreter isolation X [runtime] CPython runtime (lifecycle, state)

Comments

@ericsnowcurrently
Copy link
Owner

ericsnowcurrently commented Aug 24, 2018

Move PyRuntimeState.ceval.eval_breaker to PyInterpreterState.ceval.eval_breaker.

UPDATE: this is addressed by #24.

@ericsnowcurrently ericsnowcurrently added X [isolation] improved interpreter isolation X [runtime] CPython runtime (lifecycle, state) P1 medium priority type: enhancement size: small requires few changes complexity: low easy to figure out labels Aug 24, 2018
@ericsnowcurrently ericsnowcurrently self-assigned this Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low easy to figure out P1 medium priority size: small requires few changes type: enhancement X [isolation] improved interpreter isolation X [runtime] CPython runtime (lifecycle, state)
Projects
None yet
Development

No branches or pull requests

1 participant