|
From: Alan W. I. <ir...@be...> - 2002-08-20 20:14:17
|
Thanks, Gary for that suggestion. That certainly works for python-2 (i.e., I get identical test results) so I have committed it. Maurice, will you please test this out for python-1.5 to see if there are any remaining problems in that case? Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Tue, 20 Aug 2002, Gary Bishop wrote: > I'm super busy with the start of the semester and all but I'll look at > it if I get a chance. A quick glance at the abstract.h leads me to > believe that the macros: > > #define PySequence_Fast_GET_ITEM PySequence_GetItem > #define PySequence_Size PySequence_Length > > might just do the job. > gb > |