[Python-Dev] PyObject_GenericGetAttr vs cygwin

Jason Tishler jason@tishler.net
Thu, 8 Nov 2001 11:44:30 -0500


Michael,

On Thu, Nov 08, 2001 at 11:00:58AM -0500, Michael Hudson wrote:
> Two solutions:
> 
> (1) build them statically.  This works, but is hardly a long term
>     solution.
> (2) change them to poke the relavent things into the type object at
>     module load time.
> 
> Shall I just do (2)?

Yes, please try option 2 above.  If successful, would you be willing to
submit the patch to the SourceForge Python patch collector?

Thanks,
Jason