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 brandtbucher
Recipients FFY00, brandtbucher, jefferyto, lukasz.langa, methane, obfusk, pablogsal, rhettinger, serhiy.storchaka
Date 2021-08-25.13:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629898653.46.0.336101541207.issue37596@roundup.psfhosted.org>
In-reply-to
Content
Hm, not quite sure what you mean. Are you talking about just replacing each of the new gotos with “Py_DECREF(pairs); return;”?

Error handling for this whole module is a bit unconventional. Some of the error paths in this function decrement the recursion depth counter, but I *think* that’s actually incorrect here… it looks like it’s our caller’s (w_object) responsibility to do that, error or no error.
History
Date User Action Args
2021-08-25 13:37:33brandtbuchersetrecipients: + brandtbucher, rhettinger, methane, lukasz.langa, serhiy.storchaka, pablogsal, FFY00, jefferyto, obfusk
2021-08-25 13:37:33brandtbuchersetmessageid: <1629898653.46.0.336101541207.issue37596@roundup.psfhosted.org>
2021-08-25 13:37:33brandtbucherlinkissue37596 messages
2021-08-25 13:37:33brandtbuchercreate