Files
cpython/Include
Victor Stinner 4101018488 bpo-42745: Make the type cache per-interpreter (GH-23947)
Make the type attribute lookup cache per-interpreter.

Add private _PyType_InitCache() function, called by PyInterpreterState_New().

Continue to share next_version_tag between interpreters, since static
types are still shared by interpreters.

Remove MCACHE macro: the cache is no longer disabled if the
EXPERIMENTAL_ISOLATED_SUBINTERPRETERS macro is defined.
2020-12-26 01:45:43 +01:00
..
2020-10-12 12:10:42 -07:00
2020-12-08 02:31:04 +00:00
2010-12-03 20:14:31 +00:00
2016-08-20 08:03:06 +00:00