Message1047

Author kzuberi
Recipients
Date 2005-11-15.22:56:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=18288


Well i don't see this in 2.1 or 2.2a1. The line raising the
exception reads:

  assert _sre.MAGIC == MAGIC, "SRE module mismatch"

But the constants correctly match in the sources. I checked
the cpython sources, and see that a change was made:

  http://svn.python.org/view?rev=32321&view=rev

Which i believe was between 2.2 and 2.3 (the jython value
matches the cpython 2.2 value). So i suspect the submitter
was building jython configured with cpython >= 2.3. 

So this tracker item can probably just be closed.

- kz
History
Date User Action Args
2008-02-20 17:17:25adminlinkissue1306231 messages
2008-02-20 17:17:25admincreate