]> 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 05:59:57 +0000 (21:59 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 05:59:57 +0000 (21:59 -0800)
commit1d428bb8c93120d449212e2a815988f28e33b868
tree2e3ee13f32766ca4b3994b32f4436249b5450d6f
parentcf8aff6319794807aa578215710e6caa4479516f
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