]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 13 Sep 2024 14:06:06 +0000 (15:06 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 14:06:06 +0000 (14:06 +0000)
commita9594a34c62487961be86c0925daaa43bb467bb9
treee7674482ca96b3e045ab3d5d9a7e56bbba5da0f0
parentcfe6074d1fa81cf0684fbf8a623616441a1966e7
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Include/internal/pycore_compile.h
Lib/test/test_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-12-21-53-26.gh-issue-124022.fQzUiW.rst [new file with mode: 0644]
Python/codegen.c
Python/compile.c