https://github.com/python/cpython/issues/136567
В CPython DSL для описания байткода есть разные виды префиксов, и некоторые из них забыли задокументировать.
#docs #cpython
В CPython DSL для описания байткода есть разные виды префиксов, и некоторые из них забыли задокументировать.
#docs #cpython
👍5
https://github.com/python/cpython/issues/138191
#cpython #docs #easy
Добавить описание нового атрибута
#cpython #docs #easy
Добавить описание нового атрибута
frameobject
'a.GitHub
Datamodel's description of `frameobject` missing the new `f_generator` attribute · Issue #138191 · python/cpython
The f_generator attribute was added in #124640, and is covered in inspection doc page, but it was omitted from the datamodel page.
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....