Issue 680474: Fix for the bug #679880: 'compile' refuses BOM. (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/37908
classification
process
Created on 2003-02-04 21:17 by kirill_simonov , last changed 2022-04-10 16:06 by admin . This issue is now closed .
Messages (5)
msg42671 - (view)
Author: Kirill Simonov (kirill_simonov)
Date: 2003-02-04 21:17
This is a signed char issue.
msg42672 - (view)
Author: Neal Norwitz (nnorwitz) *
Date: 2003-02-04 21:23
Logged In: YES user_id=33168 The patch is small (2 lines) and seems ok. MAL, if you can review and it makes sense, I'll test & checkin.
msg42673 - (view)
Author: Marc-Andre Lemburg (lemburg) *
Date: 2003-02-08 14:32
Logged In: YES user_id=38388 Could you also provide a few (unit-)tests for this ? Thanks.
msg42674 - (view)
Author: Kirill Simonov (kirill_simonov)
Date: 2003-02-08 16:04
Logged In: YES user_id=36553 I have attached a small test that contains two exec's. The first one is for a file object and the second one is for a string. The second exec fails while it shouldn't.
msg42675 - (view)
Author: Just van Rossum (jvr) *
Date: 2003-02-09 20:47
Logged In: YES user_id=92689 Thanks, I've applied the patch (rev. 2.72 of tokenize.c) and added two little tests to test_builtin.py.
History
Date
User
Action
Args
2022-04-10 16:06:30
admin
set
github: 37908
2003-02-04 21:17:24
kirill_simonov
create