commit | d8135e913ab7c694db247c86d0a84c450c32d86e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed May 06 18:25:06 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed May 06 18:25:06 2020 +0200 |
tree | ea0c95513b28a2fd0102f59a3e9505cc0dd2e93e | |
parent | 89fc4a34cf7a01df9dd269d32d3706c68a72d130 [diff] |
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.