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-16.02:54:54
SpamBayes Score 9.7286036e-05
Marked as misclassified No
Message-id <1216176895.59.0.772948241842.issue3362@psf.upfronthosting.co.za>
In-reply-to
Content
The Python debugger (pdb) won't help here; you'ld have to use the system
debugger (gdb).

Please add the line

  printf("The value of name is %p\n", name);
  printf("It points to '%s'\n", name);

right before the call to CFStringGetCStringPtr in Modules/_localemodule.c
History
Date User Action Args
2008-07-16 02:54:55loewissetspambayes_score: 9.7286e-05 -> 9.7286036e-05
recipients: + loewis, cfr
2008-07-16 02:54:55loewissetspambayes_score: 9.7286e-05 -> 9.7286e-05
messageid: <1216176895.59.0.772948241842.issue3362@psf.upfronthosting.co.za>
2008-07-16 02:54:54loewislinkissue3362 messages
2008-07-16 02:54:54loewiscreate