[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] improve handling of tp_name, __name__ for spec-defined heap types

2023-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 94a66f7c by Matti Picus at 2023-09-11T00:07:55+03:00 improve handling of tp_name, __name__ for spec-defined heap types --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/cpyext/object.py - pypy/module/cpyext/type

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: accept NULL tp_doc (bpo-41832)

2023-09-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 8b8bc35e by Matti Picus at 2023-08-29T14:23:56+03:00 accept NULL tp_doc (bpo-41832) --HG-- branch : py3.9 - - - - - 94a66f7c by Matti Picus at 2023-09-11T00:07:55+03:00 improve handling of tp_name, __name__ for spec-defined he