Victor Stinner d917dcbe5e Issue #18408: Fix constructors of _elementtree.c
* Use Py_DECREF() instead of PyObject_GC_Del() to release correctly all
  resources
* Raise MemoryError on memory allocation failure
2013-07-12 02:05:17 +02:00
..
2013-07-08 22:28:27 +02:00
2013-05-08 10:56:32 +03:00
2012-10-25 10:47:46 +01:00
2013-02-13 12:32:32 +00:00
2013-07-10 11:57:39 -04:00
2012-09-29 13:47:39 -04:00
2012-12-14 20:13:39 +02:00
2012-09-29 13:47:39 -04:00
2013-01-01 07:41:51 -08:00
2013-06-20 21:30:32 -04:00