diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-11-24 03:34:42 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-11-24 03:34:42 +0000 |
commit | 5bdd055ca17d31b13a34ff1e673f6742ae7c5793 (patch) | |
tree | a8def407e388130900a2847ec73597aca3a959b4 | |
parent | 81bc23a54e756a185cb3e8778db5ee3f9080e1df (diff) | |
download | psycopg2-5bdd055ca17d31b13a34ff1e673f6742ae7c5793.tar.gz |
Added sandbox stuff to the repository.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-24 Federico Di Gregorio <fog@initd.org> + + * 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 <fog@initd.org> * psycopg/typecast.c: fixed problem with microseconds conversion by |