On Mon, Jul 6, 2009 at 5:29 PM, René Dudfield <[email protected]> wrote:
> hi, > > I get that with python3 too. > > There's no information in the python docs about this API break. Haven't > been able to find out anything online anywhere either. > > Seems to be the same error you get when there's nothing in there about it > being a sequence type. > > Py_TPFLAGS_HAVE_SEQUENCE_IN isn't in py3k anymore... and sq_slice doesn't > seem to be either. Can't find any documentation about why, or what to do. > > > Needs more investigation. > > > cu, > Looks like 'simple slices' were removed, and made to silently ignore the given methods instead. Need to figure out how to use the 'extended slices' as a replacement. cheers,
