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 ppperry, serhiy.storchaka, terry.reedy
Date 2016-06-11.04:38:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465619892.3.0.621358639625.issue25733@psf.upfronthosting.co.za>
In-reply-to
Content
SystemError is serious bug. Please open separate issue for this.

> Why does compile not support null bytes in the first place?

Due to implementation detail of CPython tokenizer. I uses NUL-terminated C strings.

Yet one possible exception: MemoryError. I agree that the long tuple should be replaced by Exception.
History
Date User Action Args
2016-06-11 04:38:12serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ppperry
2016-06-11 04:38:12serhiy.storchakasetmessageid: <1465619892.3.0.621358639625.issue25733@psf.upfronthosting.co.za>
2016-06-11 04:38:12serhiy.storchakalinkissue25733 messages
2016-06-11 04:38:11serhiy.storchakacreate