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 loewis
Recipients cfr, loewis
Date 2008-07-15.20:51:38
SpamBayes Score 0.0013738786
Marked as misclassified No
Message-id <1216155101.06.0.930270183847.issue3362@psf.upfronthosting.co.za>
In-reply-to
Content
It would be good to find out what the code inside
PyLocale_getdefaultlocale precisely is doing. I.e. what is the value of
name at that point, and is that perhaps an illegal parameter for
CFStringGetCStringPtr somehow? If the debugger can't help (not even
after compiling Python with --with-pydebug), augment the source code
with a printf, and rebuild Python.
History
Date User Action Args
2008-07-15 20:51:41loewissetspambayes_score: 0.00137388 -> 0.0013738786
recipients: + loewis, cfr
2008-07-15 20:51:41loewissetspambayes_score: 0.00137388 -> 0.00137388
messageid: <1216155101.06.0.930270183847.issue3362@psf.upfronthosting.co.za>
2008-07-15 20:51:40loewislinkissue3362 messages
2008-07-15 20:51:39loewiscreate