Nick Coghlan added the comment: 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. ---------- resolution: -> fixed status: open -> closed type: -> crash __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1551> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com