* psycopg/lobject.h: don't export the lobjectType symbol.

This commit is contained in:
James Henstridge 2008-05-05 22:51:15 +08:00
parent 0319bc8cc4
commit e627948a6b
2 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,21 @@
2008-05-05 James Henstridge <james@jamesh.id.au>
* psycopg/lobject.h: don't export the lobjectType symbol.
2008-05-05 Federico Di Gregorio <fog@initd.org>
* Fixed sun build problem by adding "sun" to config.h checks.
* Fixed sun build problem by adding "sun" to config.h checks.
2008-05-05 James Henstridge <james@jamesh.id.au>
* psycopg/pqpath.c (pq_complete_error): get rid of double free
error in case when pgres is NULL.
* tests/test_lobject.py: add some basic tests for large object
code.
* psycopg/lobject*.[ch]: port the large object code to work with
current psycopg code.
2006-09-01 Federico Di Gregorio <fog@initd.org>

View File

@ -33,7 +33,7 @@
extern "C" {
#endif
extern PyTypeObject lobjectType;
extern HIDDEN PyTypeObject lobjectType;
typedef struct {
PyObject HEAD;