Commit in lcio/src/python on MAIN
test_del.py+10added 1.1
JM: Deletion test.

lcio/src/python
test_del.py added at 1.1
diff -N test_del.py
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ test_del.py	25 Oct 2006 23:50:00 -0000	1.1
@@ -0,0 +1,10 @@
+import lcio
+import gc
+
+v = lcio.LCCollectionVec(lcio.GLOBALS.LCIO_SIMCALORIMETERHIT)
+v = None
+gc.collect()
+
+e = lcio.LCEventImpl()
+e = None
+gc.collect()
CVSspam 0.2.8