#346 (Python 3 support) – Xapian (original) (raw)
#346 closed defect (fixed)
Reported by: | Owned by: | Richard Boulton | |
---|---|---|---|
Priority: | highest | Milestone: | 1.3.3 |
Component: | Xapian-bindings (Python) | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Peter Kelm, lilydjwg@…, jocl1@… | Blocked By: | |
Blocking: | Operating System: | All |
This is what I'm aware of that still needs to be done:
- Resolve why "postingsource" testcase segfaults under threads (it's fine in the non-threaded case). As of r17524, we've disabled running it under threads. It's unknown why it fails.
In ToDoFor1.1.0, Richard wrote:
Support for python 3. May already work, but needs testing, and may need some tweaking. Could do with someone going through all the places where strings are supplied and returned, and deciding whether the API should expect byte strings or unicode strings (or both).
Assigning to you, since you added it to the list and I don't really know what to look for...