mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
![]() This is similar to the situation with threading._DummyThread. The methods (incl. __del__()) of interpreters.Interpreter objects must be careful with interpreters not created by interpreters.create(). The simplest thing to start with is to disable any method that modifies or runs in the interpreter. As part of this, the runtime keeps track of where an interpreter was created. We also handle interpreter "refcounts" properly. |
||
---|---|---|
.. | ||
_hypothesis_stubs | ||
interpreters | ||
__init__.py | ||
ast_helper.py | ||
asynchat.py | ||
asyncore.py | ||
bytecode_helper.py | ||
hashlib_helper.py | ||
hypothesis_helper.py | ||
import_helper.py | ||
logging_helper.py | ||
os_helper.py | ||
pty_helper.py | ||
refleak_helper.py | ||
script_helper.py | ||
smtpd.py | ||
socket_helper.py | ||
testcase.py | ||
threading_helper.py | ||
warnings_helper.py |