[Python-3000] PEP 344: attaching tracebacks to exceptions + pickle (original) (raw)
Josiah Carlson jcarlson at uci.edu
Fri Apr 13 07:28:04 CEST 2007
- Previous message: [Python-3000] PEP 344: attaching tracebacks to exceptions + pickle
- Next message: [Python-3000] An introduction to ABC's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message: [Python-3000] PEP 344: attaching tracebacks to exceptions + pickle
- Next message: [Python-3000] An introduction to ABC's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]