Ticket #126 (defect)

Opened 1 year ago

Last modified 1 year ago

mismatch between long (python binding) and long long (spatialindex)

Status: closed (fixed)

Reported by: seang Assigned to: seang
Priority: major Milestone: Rtree 0.3
Component: Rtree Version:
Keywords: Cc: kenneth.christiansen@gmail.com

I was using your rtree binding on a ARM device and the intersection returned all indices as zeros. I debugged and the problem is due to mismatch between long (python binding) and long long (spatialindex)

I corrected the bug and the fix in attached as a patch to this email.

I would be happy if you could apply it in SVN.

Attachments

rtree-python.patch (1.4 kB) - added by seang on 10/19/07 12:25:59.

Change History

10/19/07 12:25:59: Modified by seang

  • attachment rtree-python.patch added.

10/19/07 12:26:54: Modified by seang

Patch from Kenneth Christiansen.

11/24/07 14:47:52: Modified by seang

  • owner changed from hobu to seang.
  • milestone set to Rtree 0.3.

11/26/07 10:23:36: Modified by seang

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r965.