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 ncoghlan
Recipients christian.heimes, ncoghlan
Date 2007-12-04.12:27:16
SpamBayes Score 0.32079777
Marked as misclassified No
Message-id <1196771237.31.0.525347973642.issue1551@psf.upfronthosting.co.za>
In-reply-to
Content
I should have known that fiddling with import.c couldn't possibly go as
smoothly as it had been ;)

The problem actually turned out to be fairly shallow - the merge picked
up a lot of calls to the PyString_* interfaces from the 2.x import
implementation. Replacing all those calls with the PyUnicode_*
equivalent eliminated the crash.

Fixed in rev 59319.
History
Date User Action Args
2007-12-04 12:27:17ncoghlansetspambayes_score: 0.320798 -> 0.32079777
recipients: + ncoghlan, christian.heimes
2007-12-04 12:27:17ncoghlansetspambayes_score: 0.320798 -> 0.320798
messageid: <1196771237.31.0.525347973642.issue1551@psf.upfronthosting.co.za>
2007-12-04 12:27:17ncoghlanlinkissue1551 messages
2007-12-04 12:27:16ncoghlancreate