mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
There were a still a number of gaps in the tests, including not looking at all the builtin types and not checking wrappers in subinterpreters that weren't in the main interpreter. This fixes all that. I considered incorporating the names of the PyTypeObject fields (a la gh-122866), but figured doing so doesn't add much value. |
||
|---|---|---|
| .. | ||
| _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 | ||