https://github.com/python/cpython/issues/133403#issuecomment-2849451826
Добавить
#cpython #typing
  
  Добавить
Tools/build/verify_ensurepip_wheels.py в Tools/build/mypy.ini#cpython #typing
GitHub
  
  Add typing to more build tools · Issue #133403 · python/cpython
  Feature or enhancement Right now we support typing in several build tools: cpython/Tools/build/mypy.ini Lines 2 to 4 in 6ce60f1 files = Tools/build/compute-changes.py, Tools/build/generate_sbom.py ...
  https://github.com/python/cpython/issues/133604
Простое issue, нужно удалить из кодовой базы
#cpython #stdlib
  Простое issue, нужно удалить из кодовой базы
platform.java_ver + platform._java_getprop а так же тесты связанные с ними.#cpython #stdlib
https://github.com/python/cpython/issues/133956
Интересная задача про интроспекцию
#cpython #typing
  
  Интересная задача про интроспекцию
ClassVar в dataclasses#cpython #typing
GitHub
  
  `dataclasses`: Synthetic `__init__` method on dataclass has broken `ClassVar` annotation under some conditions. · Issue #133956…
  Bug report Bug description: When using automatically-stringified annotations (from __future__ import annotations), typing_extensions.ClassVar is not treated the same as typing.ClassVar even though ...
👍1
  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....
👌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
  