[issue38116] Make select module PEP-384 compatible
Dino Viehland
report at bugs.python.org
Wed Sep 11 10:48:15 EDT 2019
New submission from Dino Viehland <dinoviehland at gmail.com>:
Remove static PyTypeObject* definitions and move static data to _selectstate to help improve compatibility w/ subinterpreters and re-use by alternate implementations.
----------
assignee: dino.viehland
components: Extension Modules
messages: 351913
nosy: dino.viehland, eric.snow
priority: normal
severity: normal
status: open
title: Make select module PEP-384 compatible
versions: Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38116>
_______________________________________
More information about the Python-bugs-list
mailing list