[issue41726] Update the refcounts.dat of `PyType_FromModuleAndSpec`
New submission from hai shi <shihai1991@126.com>: `PyType_FromModuleAndSpec` in docs doesn't show the info:`Return value: New reference.` ---------- assignee: docs@python components: Documentation messages: 376432 nosy: docs@python, petr.viktorin, shihai1991 priority: normal severity: normal status: open title: Update the refcounts.dat of `PyType_FromModuleAndSpec` versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Change by hai shi <shihai1991@126.com>: ---------- title: Update the refcounts.dat of `PyType_FromModuleAndSpec` -> Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Change by hai shi <shihai1991@126.com>: ---------- keywords: +patch pull_requests: +21196 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22112 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Petr Viktorin <encukou@gmail.com> added the comment: New changeset 1e2f051a6127904cfee5f9e4021dd6e4a4d51c0f by Hai Shi in branch 'master': bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) https://github.com/python/cpython/commit/1e2f051a6127904cfee5f9e4021dd6e4a4d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
hai shi <shihai1991@126.com> added the comment: Hi, petr. Can you help me merge this PR to 3.9 too? ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +21766 pull_request: https://github.com/python/cpython/pull/22808 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Petr Viktorin <encukou@gmail.com> added the comment: Definitely. Sorry for the delay -- I missed the notification here. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
hai shi <shihai1991@126.com> added the comment:
Definitely. Sorry for the delay -- I missed the notification here. No problem. This is not a block issue :)
---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Petr Viktorin <encukou@gmail.com> added the comment: New changeset 38a17d0752781c70fd971f372ddc8d3caf5ded88 by Miss Skeleton (bot) in branch '3.9': bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808) https://github.com/python/cpython/commit/38a17d0752781c70fd971f372ddc8d3caf5... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
Change by Petr Viktorin <encukou@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
hai shi <shihai1991@126.com> added the comment: Thanks petr for your review and merge. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41726> _______________________________________
participants (3)
-
hai shi
-
miss-islington
-
Petr Viktorin