https://github.com/python/cpython/issues/133210#issuecomment-3370872328
поправить
#cpython #tests
поправить
test_pydoc с --without-docstrings флагом.#cpython #tests
GitHub
Some tests fail when python is compiled with `--without-doc-strings` · Issue #133210 · python/cpython
Bug report Run ./configure --without-doc-strings --with-pydebug && make Run tests with ./python.exe -m test You will receive: 5 tests failed: test.test_inspect.test_inspect test.test_pydoc....
👌2
ради интереса закидываю сложную (относительно), но подъемную задачу из CPython.
https://github.com/python/cpython/issues/139817
#cpython #compiler
https://github.com/python/cpython/issues/139817
#cpython #compiler
GitHub
TypeAliasType objects have no `__qualname__` · Issue #139817 · python/cpython
Bug report Bug description: This means that introspection is worse for type statements declared e.g. within class bodies. A cc @JelleZijlstra CPython versions tested on: 3.12, 3.13, 3.14, 3.15, CPy...
🤯5👍4