Maybe Drop "channels" from _xxsubinterpreters #101524
Labels
3.12
expert-subinterpreters
extension-modules
C modules in the Modules dir
type-feature
A feature request or enhancement
The
_xxsubinterpreters
module is essentially the low-level implementation of PEP 554. However, we added it a while back for testing purposes, especially to further exercise the runtime relative to subinterpreters. Since then, I've removed "channels" from PEP 554. So it may make sense to drop that part of the implementation. That part of Modules/_xxsubinterpretersmodule.c is much more code and certainly much more complex than the basic functionality the PEP now describes.Linked PRs
The text was updated successfully, but these errors were encountered: