Mailing List Archive

[issue33387] Simplify bytecodes for try-finally, try-except and with blocks.
Irit Katriel <iritkatriel@yahoo.com> added the comment:

I'm reopening this to delete an obsolete comment left behind.

----------
nosy: +iritkatriel
status: closed -> open

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Change by Irit Katriel <iritkatriel@yahoo.com>:


----------
pull_requests: +23153
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/24334

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Change by Irit Katriel <iritkatriel@yahoo.com>:


----------
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Change by Irit Katriel <iritkatriel@yahoo.com>:


----------
status: closed -> open

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Irit Katriel <iritkatriel@yahoo.com> added the comment:

There's another place that needs to be updated: https://docs.python.org/3/library/dis.html#opcode-SETUP_WITH

need to replace WITH_CLEANUP_START by WITH_EXCEPT_START

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Mark Shannon <mark@hotpy.org> added the comment:


New changeset dea5bf9d15999bfcc58095b157c0678d45b00bdd by Irit Katriel in branch 'master':
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
https://github.com/python/cpython/commit/dea5bf9d15999bfcc58095b157c0678d45b00bdd


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue33387] Simplify bytecodes for try-finally, try-except and with blocks. [ In reply to ]
Change by Irit Katriel <iritkatriel@yahoo.com>:


----------
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue33387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com