]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126072: Set docstring attribute for module and class (#126231)
authorXuanteng Huang <44627253+xuantengh@users.noreply.github.com>
Fri, 8 Nov 2024 15:13:18 +0000 (23:13 +0800)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 15:13:18 +0000 (15:13 +0000)
commit6ec886531f14bdf90bc0c3718ac2ae8e3f8823b8
treef5ad8903a3c77b2a06ed27b972eafa2bdbd55fff
parentb19d12f44735583e339ee6ee560588fcf22633b4
gh-126072: Set docstring attribute for module and class (#126231)
Lib/test/test_code.py
Lib/test/test_compile.py
Misc/ACKS
Misc/NEWS.d/next/Core_and_Builtins/2024-10-31-21-49-00.gh-issue-126072.o9k8Ns.rst [new file with mode: 0644]
Python/codegen.c
Python/symtable.c