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 cuerty
Recipients cuerty
Date 2008-06-21.21:02:56
SpamBayes Score 0.0017183621
Marked as misclassified No
Message-id <1214082180.06.0.267605807985.issue3164@psf.upfronthosting.co.za>
In-reply-to
Content
If Python trunk is compiled using Py_USING_UNICODE it'll call both,
save_str and save_unicode for an string object.

The patch adds a break to the case statment in case it encounters a
unicode or str.
History
Date User Action Args
2008-06-21 21:03:01cuertysetspambayes_score: 0.00171836 -> 0.0017183621
recipients: + cuerty
2008-06-21 21:03:00cuertysetspambayes_score: 0.00171836 -> 0.00171836
messageid: <1214082180.06.0.267605807985.issue3164@psf.upfronthosting.co.za>
2008-06-21 21:02:58cuertylinkissue3164 messages
2008-06-21 21:02:58cuertycreate