[issue38005] Coercing strings and non-integer numbers to interpreter ID and channel ID

Serhiy Storchaka report at bugs.python.org
Sat Sep 14 12:40:54 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I would remove also converting a string to InterpreterID. The code would be simpler without it. I left it because there was explicit tests for it, but what is a use case for InterpreterID(string)?

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38005>
_______________________________________


More information about the Python-bugs-list mailing list