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 eric.snow
Recipients Johan Dahlin, db3l, emilyemorehouse, eric.snow, nascheme, ncoghlan, pmpp, serhiy.storchaka, vstinner, yselivanov
Date 2019-03-01.20:15:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551471348.97.0.77504780453.issue33608@roundup.psfhosted.org>
In-reply-to
Content
New changeset bda918bf65a88560ec453aaba0758a9c0d49b449 by Eric Snow in branch 'master':
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062)
https://github.com/python/cpython/commit/bda918bf65a88560ec453aaba0758a9c0d49b449
History
Date User Action Args
2019-03-01 20:15:49eric.snowsetrecipients: + eric.snow, nascheme, db3l, ncoghlan, vstinner, pmpp, serhiy.storchaka, yselivanov, emilyemorehouse, Johan Dahlin
2019-03-01 20:15:48eric.snowsetmessageid: <1551471348.97.0.77504780453.issue33608@roundup.psfhosted.org>
2019-03-01 20:15:48eric.snowlinkissue33608 messages
2019-03-01 20:15:48eric.snowcreate