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.

作者 loewis
收信人 cfr, loewis
日期 2008-07-16.02:54:54
SpamBayes Score 9.7286036e-05
Marked as misclassified
Message-id <1216176895.59.0.772948241842.issue3362@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2008-07-16 02:54:55loewis修改spambayes_score: 9.7286e-05 -> 9.7286036e-05
recipients: + loewis, cfr
2008-07-16 02:54:55loewis修改spambayes_score: 9.7286e-05 -> 9.7286e-05
messageid: <1216176895.59.0.772948241842.issue3362@psf.upfronthosting.co.za>
2008-07-16 02:54:54loewis链接issue3362 messages
2008-07-16 02:54:54loewis创建