[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset febb6cf195e7 by Jesus Cea in branch '3.1': Up-port changeset 5cf8f6da8743 (closes #11890) http://hg.python.org/cpython/rev/febb6cf195e7 New changeset 063b4ab49fcc by Jesus Cea in branch '3.2': MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) h

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: -> jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Sorry, the correct changeset was 5cf8f6da8743. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This was introduced in 7327b4dbd4f0 and related changesets. The problem doesn't affect 2.7 because of d52b1faa7b11. I would suggest to upport that changeset to 3.1 and 3.2. -- ___ Python tracker

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Compiling current 3.1 and 3.2 show this warning: """ Python/sysmodule.c:1378: warning: offset outside bounds of constant string """ This is a bit scary. Could be a security/stability hazard?. -- messages: 134164 nosy: jcea priority: normal severity