commit | 543a3951a1c96bae0ea839eacec71d3b1a563a10 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Sep 25 18:35:57 2019 +0300 |
committer | GitHub <noreply@github.com> | Wed Sep 25 18:35:57 2019 +0300 |
tree | 1c2fb6fc61e55798671b768de44c6a1f4d67d70b | |
parent | 15ccc4fac09b866d61b069c6c136aabfe4bac09c [diff] |
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) Make negative interpreter id to raise ValueError instead of RuntimeError.