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 christian.heimes
Recipients _doublep, christian.heimes
Date 2007-11-04.12:10:34
SpamBayes Score 0.0066701793
Marked as misclassified No
Message-id <1194178235.14.0.698585551084.issue1379@psf.upfronthosting.co.za>
In-reply-to
Content
Why are you using PyUnicode_AsUTF32String(parentname)?
PyUnicode_AsString() is the correct method (although it's not yet in the
docs).

The rest looks fine. PyModule_GetName() returns a char* from
PyUnicode_AsString(). Fixed in r58838.
History
Date User Action Args
2007-11-04 12:10:35christian.heimessetspambayes_score: 0.00667018 -> 0.0066701793
recipients: + christian.heimes, _doublep
2007-11-04 12:10:35christian.heimessetspambayes_score: 0.00667018 -> 0.00667018
messageid: <1194178235.14.0.698585551084.issue1379@psf.upfronthosting.co.za>
2007-11-04 12:10:35christian.heimeslinkissue1379 messages
2007-11-04 12:10:34christian.heimescreate