[Python-3000] PEP 344: attaching tracebacks to exceptions + pickle

Josiah Carlson jcarlson at uci.edu
Fri Apr 13 07:28:04 CEST 2007


"Collin Winter" <collinw at gmail.com> wrote:
> In 2.x, exceptions are pickle-able; tracebacks, however, are not. If
> tracebacks are attached to exceptions in Python 3 (as specified in PEP
> 344), exceptions will no longer be pickle-able.

I know that idlelib packages tracebacks for transfer across a socket
connection, it may offer more complete pickled traceback information.

 - Josiah



More information about the Python-3000 mailing list