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 serhiy.storchaka
Recipients Jim.Jewett, serhiy.storchaka, yselivanov
Date 2018-03-22.09:34:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521711273.42.0.467229070634.issue26286@psf.upfronthosting.co.za>
In-reply-to
Content
(2) is already fixed.

SETUP_ASYNC_WITH talks about the same frame blocks as pushed by SETUP_FINALLY, SETUP_EXCEPT, SETUP_LOOP and popped by POP_BLOCK. But unlike to SETUP_FINALLY it pushes a frame block pointing below TOS. This detail needs to be documented.

Do you mind to create a pull request Jim?
History
Date User Action Args
2018-03-22 09:34:33serhiy.storchakasetrecipients: + serhiy.storchaka, Jim.Jewett, yselivanov
2018-03-22 09:34:33serhiy.storchakasetmessageid: <1521711273.42.0.467229070634.issue26286@psf.upfronthosting.co.za>
2018-03-22 09:34:33serhiy.storchakalinkissue26286 messages
2018-03-22 09:34:33serhiy.storchakacreate