]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Disable method cache in subinterpreters (GH-19960)
authorVictor Stinner <vstinner@python.org>
Wed, 6 May 2020 16:23:58 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 16:23:58 +0000 (18:23 +0200)
commit89fc4a34cf7a01df9dd269d32d3706c68a72d130
tree2558ea4feb8961a15fc7e46150ba49a7673e8786
parent091951a67c832db83c60f4eb22f1fb474b70e635
bpo-40521: Disable method cache in subinterpreters (GH-19960)

When Python is built with experimental isolated interpreters, disable
the type method cache.

Temporary workaround until the cache is made per-interpreter.
Objects/typeobject.c