This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2021-02-11.21:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613077616.54.0.579438220954.issue43202@roundup.psfhosted.org>
In-reply-to
Content
Following-up on discussion in #43163 and PR-24483, this issue is limited to changes that are expected to not affect the return value.  Therefore, do not backport unless and until needed as part of a bugfix.

First is moving the code return to immediately after it is successfully created.  Everything done after is ignored and useless.  This move makes the function return sooner and renders initialization of 'code' unnecessary.
History
Date User Action Args
2021-02-11 21:06:56terry.reedysetrecipients: + terry.reedy
2021-02-11 21:06:56terry.reedysetmessageid: <1613077616.54.0.579438220954.issue43202@roundup.psfhosted.org>
2021-02-11 21:06:56terry.reedylinkissue43202 messages
2021-02-11 21:06:56terry.reedycreate