◐ Shell
clean mode source ↗

gh-95534: Convert ``ZlibDecompressor.__new__`` to AC by AA-Turner · Pull Request #137923 · python/cpython

AA-Turner

@AA-Turner AA-Turner changed the title Convert ZlibDecompressor.__new__ to AC gh-95534: Convert ZlibDecompressor.__new__ to AC

Aug 18, 2025

picnixz

{Py_tp_new, ZlibDecompressor__new__},
{Py_tp_doc, (char *)ZlibDecompressor__new____doc__},
{Py_tp_new, zlib__ZlibDecompressor},
{Py_tp_doc, (char *)zlib__ZlibDecompressor__doc__},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something separate, but I think AC should give the possibility to create docstrings for class and module directives as well.

picnixz

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request

Aug 19, 2025