[XML-SIG] sgmlop changes cause test breakage

Fred L. Drake, Jr. fdrake@acm.org
Wed, 24 Jul 2002 14:03:04 -0400


I don't know how other people are testing their changes to PyXML, but
running "make check" really works if you install enough versions of
Python.  ;-)

This morning's changes to extensions/sgmlop.c cause warnings and
failing tests:

python2.0 setup.py  -q build
extensions/sgmlop.c: In function `fastfeed':
extensions/sgmlop.c:1246: warning: implicit declaration of function `PyUnicode_GetMax'
python2.1 setup.py  -q build
extensions/sgmlop.c: In function `fastfeed':
extensions/sgmlop.c:1246: warning: implicit declaration of function `PyUnicode_GetMax'

PyUnicode_GetMax() was introduced in Python 2.2.  Are we not still
trying to support from Python 2.0 forward?


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation