[Xapian-tickets] [Xapian] #289: Python exception gets mangled when raised inside an ExpandDecider

Xapian nobody at xapian.org
Fri Aug 8 15:42:45 BST 2008


#289: Python exception gets mangled when raised inside an ExpandDecider
-----------------------------+----------------------------------------------
 Reporter:  enrico           |       Owner:  olly 
     Type:  defect           |      Status:  new  
 Priority:  normal           |   Milestone:       
Component:  Xapian-bindings  |     Version:  1.0.5
 Severity:  normal           |    Keywords:       
Blockedby:                   |    Platform:  Linux
 Blocking:                   |  
-----------------------------+----------------------------------------------
 When running the attached code, instead of seeing an exception about being
 unable to decode some \xsomething character, I get this:

 $ ./testxapian
 Traceback (most recent call last):
   File "./testxapian", line 29, in <module>
     for res in enquire.get_eset(30, rset, Filter()):
 TypeError: function takes exactly 5 arguments (1 given)

 I'm using Xapian as in debian lenny: python-xapian 1.0.5-1 and libxapian15
 1.0.5-1.

-- 
Ticket URL: <http://trac.xapian.org/ticket/289>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list