﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20903	Again Exceptions in GEOS I/O object destructor at process exit	Matthieu Rigal	nobody	"Very similarly to #13488 I saw these tracebacks in GeoDjango when I quit :


{{{
Exception TypeError: ""'NoneType' object is not callable"" in <bound method _WKBReader.__del__ of <django.contrib.gis.geos.prototypes.io._WKBReader object at 0x10704ea50>> ignored
Exception TypeError: ""'NoneType' object is not callable"" in <bound method WKBWriter.__del__ of <django.contrib.gis.geos.prototypes.io.WKBWriter object at 0x10705a290>> ignored
}}}


I experienced that on Python 2.7.4, Django 1.5.1 with Gdal 1.10, Geos 3.3.5, Postgres 9.2.4 and PostGIS 2.0.1 on MacOSX 10.8. And I do not have module-level globals.

The funny thing is that the warnings disappeared after some work, I tried to recreate the original conditions (prints, errors, etc..) but I do not manage to reproduce these errors I had 2 times in a row when quitting the runserver... In any case, seems very minor... Maybe some other may confirm the same behaviour."	Bug	closed	GIS	1.6	Normal	needsinfo	geos, postgres, geodjango		Unreviewed	0	0	0	0	0	0
