Ticket #289 (closed defect: fixed)
Python exception gets mangled when raised inside an ExpandDecider
| Reported by: | enrico | Owned by: | richard |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.8 |
| Component: | Xapian-bindings | Version: | 1.0.5 |
| Severity: | normal | Keywords: | |
| Cc: | olly | Blocked By: | |
| Operating System: | Linux | Blocking: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
