Deep comparison of sets?

2007-11-07 Thread Daryl Spitzer
a deep comparison) rather than just (shallowly) comparing each object in the set? -- Daryl Spitzer -- http://mail.python.org/mailman/listinfo/python-list

Limits on search length

2007-10-01 Thread Daryl Lee
f: lineNumber += 1 m = cpat.search(line) if m is not None: print fn, "(", lineNumber, ")", line f.close() -- Daryl Lee Open the Present -- it's a Gift! -- http://mail.python.org/mailman/listinfo/python-list

Re: C Extension Seg Faults

2007-07-10 Thread Daryl
ind the bug. Yeah, not 30 seconds after I posted it I found the problem. Under some (funny) conditions the extension would be called with a list instead of a tuple. My debug case (of course) worked fine but the full test would fail. Sorry for the noise, -Daryl -- http://mail.python.org/mailman/listinfo/python-list

C Extension Seg Faults

2007-07-10 Thread Daryl
imes (263) then fails with a segmentation fault. I've trolled through the documentation online and in the various .h files but can't seem to find anything. Anybody have an idea what really obvious foolish thing I'm doing? Thanks, -Daryl -- http://mail.python.org/mailman/listinfo/python-list