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 pablogsal
Recipients Mark.Shannon, pablogsal, serhiy.storchaka
Date 2019-12-29.16:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577637769.41.0.986426548555.issue39151@roundup.psfhosted.org>
In-reply-to
Content
> The code that orders blocks for output should not make assumptions about the shape of the CFG, IMO.

I very much agree with this but notice that technically this function is doing it already if I am not mistaken. Following the b_next pointers in the first for loop already relies on the topological order in which they were emitted.
History
Date User Action Args
2019-12-29 16:42:49pablogsalsetrecipients: + pablogsal, Mark.Shannon, serhiy.storchaka
2019-12-29 16:42:49pablogsalsetmessageid: <1577637769.41.0.986426548555.issue39151@roundup.psfhosted.org>
2019-12-29 16:42:49pablogsallinkissue39151 messages
2019-12-29 16:42:49pablogsalcreate