]> granicus.if.org Git - python/commit
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Sep 2019 15:35:57 +0000 (18:35 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 15:35:57 +0000 (18:35 +0300)
commit543a3951a1c96bae0ea839eacec71d3b1a563a10
tree1c2fb6fc61e55798671b768de44c6a1f4d67d70b
parent15ccc4fac09b866d61b069c6c136aabfe4bac09c
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)

Make negative interpreter id to raise ValueError instead of RuntimeError.
Lib/test/test__xxsubinterpreters.py
Objects/interpreteridobject.c