Isolate the _io
extension module
#101819
Labels
3.12
expert-subinterpreters
extension-modules
C modules in the Modules dir
type-feature
A feature request or enhancement
Isolate the
_io
extension module by moving all global variables to module state, porting static types to heap types, and implementing multi-phase init. All global variables in the_io
module are static types:Converting the static types to heap types involves applying PEP-687 to
_io
.Adapting multi-phase init involves applying PEP-489 to
_io
.The text was updated successfully, but these errors were encountered: