Commit Graph

8 Commits

Author SHA1 Message Date
Alex V. Myltsev
9e49acf8d1 python: remove some dead code. 2008-02-22 22:33:11 +03:00
Alex V. Myltsev
9969c3a92d python: warning fixes. 2008-02-22 22:33:11 +03:00
Alex V. Myltsev
8f2f44d63b python: deallocate object with PyObject_Del.
It was always illegal to deallocate objects with PyMem_DEL,
but it worked before Python 2.5. Now it just segfaults.

Also, I replace PyObject_NEW with PyObject_New
and "if(ptr) free(ptr)" with "free(ptr)".
2008-02-22 22:33:11 +03:00
f431605c03 4.0.4-alt66 2006-05-14 18:21:28 +04:00
58e1dad6cc fixed compilation warnings 2003-11-24 18:59:03 +00:00
6cc64fa4ea updated code to snapshot 2002-06-15 of 4_0 branch 2002-08-03 16:35:14 +00:00
db9590945c updated code to snapshot 2002-04-04 2002-04-05 08:04:32 +00:00
82a4763c66 Initial revision 2002-03-25 20:16:26 +00:00