python - be: Inherit from PyPgObject. - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Inherit from PyPgObject.
Date
Msg-id 20050407164533.43552318F86@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Inherit from PyPgObject.
Rework type_new_from_oid so that the root type initializer is no longer necessary.
Use new APIs.

Modified Files:
--------------
    be/src:
        type.c (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.1.1.1&r2=1.2)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Don't forget build_clib sub command.
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Fix the DEBUG1 PyCFunction.