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: warnings #28

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

per-interpreter: warnings #28

ericsnowcurrently opened this issue Aug 24, 2018 · 2 comments
Assignees
Labels
complexity: medium moderately hard 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

Move PyRuntimeState.warnings to PyInterpreterState.warnings.

Notable concerns:

  • inherited from "parent" interpreter when subinterpreter created?
  • when to error?
  • keep a global warnings config?
@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: medium moderately hard to figure out labels Aug 24, 2018
@ericsnowcurrently
Copy link
Owner Author

@ericsnowcurrently ericsnowcurrently self-assigned this May 7, 2019
@ericsnowcurrently
Copy link
Owner Author

ericsnowcurrently commented May 7, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: medium moderately hard 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