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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, bhy
Date 2008-05-26.07:37:27
SpamBayes Score 0.10915497
Marked as misclassified No
Message-id <1211787464.54.0.23597254169.issue2957@psf.upfronthosting.co.za>
In-reply-to
Content
It's a bug in marshal.c: near the end of r_object(), there is an extra
"return v" that should be removed.
History
Date User Action Args
2008-05-26 07:37:57amaury.forgeotdarcsetspambayes_score: 0.109155 -> 0.10915497
recipients: + amaury.forgeotdarc, bhy
2008-05-26 07:37:45amaury.forgeotdarcsetspambayes_score: 0.109155 -> 0.109155
messageid: <1211787464.54.0.23597254169.issue2957@psf.upfronthosting.co.za>
2008-05-26 07:37:42amaury.forgeotdarclinkissue2957 messages
2008-05-26 07:37:39amaury.forgeotdarccreate