Antoine Pitrou <[email protected]> added the comment: Simplifying "with"-related opcodes (and perhaps "finally" ones) sounds nice.
"try" blocks are already zero-overhead for practical purposes (i.e. I don't think I've met any workload where moving a "try" around did improve performance significantly). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue17611> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
