Christian Heimes wrote:
> But on the
> other hand it is going to make debugging with pdb much harder because
> pdb can't step into C code.

But wouldn't the only reason you want to step into,
e.g. pickle be if there were a bug in pickle itself?
And if this happens when you're using the C version
of pickle, you need to debug the C version. Debugging
the Python version instead isn't going to help you.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to