gh-95534: Convert ``ZlibDecompressor.__new__`` to AC by AA-Turner · Pull Request #137923 · python/cpython
AA-Turner
changed the title
Convert
gh-95534: Convert ZlibDecompressor.__new__ to ACZlibDecompressor.__new__ to AC
| {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.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters