FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

gh-95534: Convert ZlibDecompressor.__new__ to AC - #137923

Merged
AA-Turner merged 3 commits into
python:mainfrom
AA-Turner:clinic/zlibdecompressor
Aug 19, 2025
Merged

gh-95534: Convert ZlibDecompressor.__new__ to AC#137923
AA-Turner merged 3 commits into
python:mainfrom
AA-Turner:clinic/zlibdecompressor

Conversation

AA-Turner commented Aug 18, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Comment thread Modules/zlibmodule.c
AA-Turner changed the title Convert ZlibDecompressor.__new__ to AC gh-95534: Convert ZlibDecompressor.__new__ to AC Aug 18, 2025
Comment thread Modules/zlibmodule.c
Comment thread Modules/zlibmodule.c
Comment thread Modules/zlibmodule.c
{Py_tp_new, ZlibDecompressor__new__},
{Py_tp_doc, (char *)ZlibDecompressor__new____doc__},
{Py_tp_new, zlib__ZlibDecompressor},
{Py_tp_doc, (char *)zlib__ZlibDecompressor__doc__},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Comment thread Modules/zlibmodule.c
AA-Turner requested a review from picnixz August 18, 2025 20:37

picnixz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM.

AA-Turner merged commit bb75dec into python:main Aug 19, 2025
46 checks passed
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL