homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zseil
Recipients
Date 2006年05月30日.05:29:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The crash happens if an Exception doesn't
have a dict, in BaseException_reduce.
Example:
Python 2.5a2 (trunk:46539M, May 30 2006, 05:02:24)
[MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license"
for more information.
>>> import pickle
>>> e = BaseException()
>>> pickle.dumps(e) # crash
I'm attaching a module with this and some
other failing tests, mostly caused by
backward incompatibilities. All of the
tests pass on 2.5a2.
History
Date User Action Args
2007年08月23日 14:40:19adminlinkissue1497319 messages
2007年08月23日 14:40:19admincreate

AltStyle によって変換されたページ (->オリジナル) /