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 Carl.Friedrich.Bolz
Recipients Carl.Friedrich.Bolz, benjamin.peterson, eric.smith, mark.dickinson
Date 2009-10-01.16:19:22
SpamBayes Score 0.0038694306
Marked as misclassified No
Message-id <4AC4D682.8040108@gmx.de>
In-reply-to <1254242385.27.0.666380819372.issue7019@psf.upfronthosting.co.za>
Content
[...]
> How did you encounter this in the first place?

I was working on PyPy's marshaler, broke it in such a way that it was 
producing the bad input that I gave above. Then I fixed it, but didn't 
kill my .pyc files. So a few days later I got a long zero with the 
properties above in PyPy (which was quite annoying to debug). Then I 
figured that CPython likely has the same problem.

Thanks a lot for fixing this!

Carl Friedrich
History
Date User Action Args
2009-10-01 16:19:24Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, mark.dickinson, eric.smith, benjamin.peterson
2009-10-01 16:19:23Carl.Friedrich.Bolzlinkissue7019 messages
2009-10-01 16:19:22Carl.Friedrich.Bolzcreate