Changes between Initial Version and Version 3 of Ticket #13488
- Timestamp:
- May 7, 2010, 3:32:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13488
- Property Component django.contrib.comments → GIS
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #13488 – Description
initial v3 1 1 I see this traceback in GeoDjango when the application exits. Not exactly 2 2 sure but there may be some memory leakage here. 3 {{{ 3 4 4 5 Exception TypeError: "'NoneType' object is not callable" in <bound method_WKTReader.__del__ ofdjango.contrib.gis.geos.prototypes.io._WKTReader object at 0x6b1a790>> ignored … … 7 8 8 9 Exception TypeError: "'NoneType' object is not callable" in <bound method WKBWriter.__del__ of <django.contrib.gis.geos.prototypes.io.WKBWriter object at 0x6b1ad50>> ignored 10 }}} 9 11 10 12 To reproduce, just run a distance function (for example: 11 13 {{{ 12 14 airport.objects.distance("POINT (-74.3166750000000036 40.9000249999999994)") 15 }}} 13 16 14 17 Whent the application exits (or exit from a python prompt), you'll get the