diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-06 16:25:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 16:25:06 (GMT) |
commit | d8135e913ab7c694db247c86d0a84c450c32d86e (patch) | |
tree | ea0c95513b28a2fd0102f59a3e9505cc0dd2e93e /Python/pythonrun.c | |
parent | 89fc4a34cf7a01df9dd269d32d3706c68a72d130 (diff) | |
download | cpython-d8135e913ab7c694db247c86d0a84c450c32d86e.zip cpython-d8135e913ab7c694db247c86d0a84c450c32d86e.tar.gz cpython-d8135e913ab7c694db247c86d0a84c450c32d86e.tar.bz2 |
bpo-40533: Disable GC in subinterpreters (GH-19961)
When Python is built with experimental isolated interpreters, a
garbage collection now does nothing in an isolated interpreter.
Temporary workaround until subinterpreters stop sharing Python
objects.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions