From 5bdd055ca17d31b13a34ff1e673f6742ae7c5793 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 24 Nov 2005 03:34:42 +0000 Subject: [PATCH] Added sandbox stuff to the repository. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b2affad..6923ec28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-24 Federico Di Gregorio + + * sandbox: added all the test and creash-me files to the repository. + + * psycopg/typecast.c (typecast_dealloc): now directly calls + PyObject_Del to avoid to segfault. + 2005-11-20 Federico Di Gregorio * psycopg/typecast.c: fixed problem with microseconds conversion by