commit | b676f5f809007533db3e3fdd01243959dd233d57 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Feb 13 01:49:18 2021 -0500 |
committer | GitHub <noreply@github.com> | Sat Feb 13 01:49:18 2021 -0500 |
tree | cab1bce2a3217005a8fa84016747d5c1eee4444d | |
parent | 762fe7deed34a1d5294bf82071d318c8427b4893 [diff] |
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512) Add comment, end others with period, remove unused variables, initialize others only when needed, and add explicit return.