]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46831: Update __build_class__ comment (GH-31522)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Mar 2022 06:02:59 +0000 (22:02 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 06:02:59 +0000 (22:02 -0800)
commitfa8c5ed9c80507670c756aa83ea872b8a92bcd1c
tree3a8d1db90d6c9e5444a0977b991dee8b64f9048a
parent257f5be7f7fad37d0db6c145e534e5b7289d8804
bpo-46831: Update __build_class__ comment (GH-31522)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 81d968b7c30d5b41f3f28b297b7ee5345d569509)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Python/compile.c