While changing Cygwin Python to build its core as a DLL (like Win32

Bruce Momjian <bruce@momjian.us>

Commit: dffb673692f96a6cc52411762b8ba07201687313
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-05-25T15:34:50Z
Releases: 7.2.1
While changing Cygwin Python to build its core as a DLL (like Win32
Python) to support shared extension modules, I have learned that Guido
prefers the style of the attached patch to solve the above problem.
I feel that this solution is particularly appropriate in this case
because the following:

    PglargeType
    PgType
    PgQueryType

are already being handled in the way that I am proposing for PgSourceType.

Jason Tishler

Files