[XML-SIG] PyObject_NEW or PyObject_New?

Stephen R. Figgins fig@oreilly.com
Fri, 23 Jun 2000 15:34:57 -0700


Sorry if this has been mentioned before... I didn't see this in a
quick review of the archives:

With PyXML-0.5.5.tar.gz I couldn't get the extensions/pyexpat.c file
to compile on my Linux system.  It complained about a parse error on
line 474 before xmlparseobject.  

Should PyObject_New be PyObject_NEW? (That is what it looks like in
the header file.)  When I make this change, the program compiles
okay, but I haven't tried using it with anything yet.

Hope this is helpful.

Stephen Figgins
fig@oreilly.com