Changes between Initial Version and Version 3 of Ticket #13488


Ignore:
Timestamp:
May 7, 2010, 3:32:53 PM (14 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13488

    • Property Component django.contrib.commentsGIS
    • Property Owner changed from nobody to jbronn
    • Property Status newassigned
  • Ticket #13488 – Description

    initial v3  
    11I see this traceback in GeoDjango when the application exits.  Not exactly
    22sure but there may be some memory leakage here.
     3{{{
    34
    45Exception TypeError: "'NoneType' object is not callable" in <bound method_WKTReader.__del__ ofdjango.contrib.gis.geos.prototypes.io._WKTReader object at 0x6b1a790>> ignored
     
    78
    89Exception TypeError: "'NoneType' object is not callable" in <bound method WKBWriter.__del__ of <django.contrib.gis.geos.prototypes.io.WKBWriter object at 0x6b1ad50>> ignored
     10}}}
    911
    1012To reproduce, just run a distance function (for example:
    11 
     13{{{
    1214airport.objects.distance("POINT (-74.3166750000000036 40.9000249999999994)")
     15}}}
    1316
    1417Whent the application exits (or exit from a python prompt),  you'll get the
Back to Top