Ticket #173 (new enhancement)
per-interpreter module state in Py3 (PEP 3121)
| Reported by: | scoder | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
Py3 has a new infrastructure for making module state local to an interpreter instance, as described in PEP 3121.
http://www.python.org/dev/peps/pep-3121/
Cython should support this, preferably without requiring new syntax or changes to user code.
Change History
Note: See
TracTickets for help on using
tickets.
