Ticket #160 (closed enhancement: duplicate)
support for subinterpreters and module cleanup in Py3
| Reported by: | scoder | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | Dupe/Invalid |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
Py3 implements PEP 3121 that changes the way modules can handle global state. This will allow independent sub-interpreters in he future.
http://www.python.org/dev/peps/pep-3121/
Cython modules should support this out of the box.
Change History
Note: See
TracTickets for help on using
tickets.
