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 chris.jerdonek
Recipients Dennis Sweeney, Rotem Yaari, Yury.Selivanov, chris.jerdonek, georg.brandl, iritkatriel, larsonreever, ncoghlan, python-dev, serhiy.storchaka, terry.reedy, yselivanov
Date 2021-08-08.16:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628440049.33.0.273834375446.issue25782@roundup.psfhosted.org>
In-reply-to
Content
> the result is  C -> A -> B -> C

Did you mean C -> A -> B?

By the way, if you applied to this example your reasoning that PyErr_SetObject shouldn't try to fix user bugs, should this example instead be C -> A -> B -> C -> ... (leaving the cycle as is but just not hanging)? Is it not being changed then because the reasoning doesn't apply, or because we're restricted in what we can do by backwards compatibility?
History
Date User Action Args
2021-08-08 16:27:29chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, terry.reedy, ncoghlan, Yury.Selivanov, python-dev, serhiy.storchaka, yselivanov, Rotem Yaari, larsonreever, Dennis Sweeney, iritkatriel
2021-08-08 16:27:29chris.jerdoneksetmessageid: <1628440049.33.0.273834375446.issue25782@roundup.psfhosted.org>
2021-08-08 16:27:29chris.jerdoneklinkissue25782 messages
2021-08-08 16:27:29chris.jerdonekcreate