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 kevlevrone
Recipients Arfrever, Jim Fasarakis-Hilliard, Mark.Shannon, benjamin.peterson, cvrebert, daniel.urban, eric.snow, jcea, jstasiak, kevlevrone, meador.inge, ncoghlan, njs, yselivanov
Date 2019-06-14.12:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560516226.0.0.588153930628.issue12857@roundup.psfhosted.org>
In-reply-to
Content
def enable_ki_protection(func):
    func._trio_keyboard_interrupt_protection_enabled = True
    return func
History
Date User Action Args
2019-06-14 19:51:36zach.wareunlinkissue12857 messages
2019-06-14 12:43:46kevlevronesetrecipients: + kevlevrone, jcea, ncoghlan, benjamin.peterson, Arfrever, njs, cvrebert, meador.inge, daniel.urban, Mark.Shannon, eric.snow, yselivanov, jstasiak, Jim Fasarakis-Hilliard
2019-06-14 12:43:46kevlevronesetmessageid: <1560516226.0.0.588153930628.issue12857@roundup.psfhosted.org>
2019-06-14 12:43:45kevlevronelinkissue12857 messages
2019-06-14 12:43:45kevlevronecreate