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 vstinner
Recipients Mariatta, berker.peksag, giampaolo.rodola, gvanrossum, neologix, serhiy.storchaka, vstinner, yselivanov
Date 2017-06-11.10:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa9sz5JOLP48BnimpPtqQ-tyXtEW3C9xLcf9um7vJmEFA@mail.gmail.com>
In-reply-to <1497152780.64.0.9570779114.issue30624@psf.upfronthosting.co.za>
Content
Serhiy Storchaka added the comment:

Look also at KqueueSelector.modify(). And the mentioning of SystemError in
Misc/NEWS is wrong, it is a subclass of Exception.

I guess that he means SystemExit ;-)
History
Date User Action Args
2017-06-11 10:15:23vstinnersetrecipients: + vstinner, gvanrossum, giampaolo.rodola, neologix, berker.peksag, serhiy.storchaka, yselivanov, Mariatta
2017-06-11 10:15:23vstinnerlinkissue30624 messages
2017-06-11 10:15:22vstinnercreate