print_exception(): don't encode the module name to UTF-8
Replace _PyUnicode_AsString()+strcmp() with PyUnicode_CompareWithASCIIString().
V
Victor Stinner committed
937114f7043d6a52172a34fe04febcc5ed0eaed9
Parent: eaa2883
Replace _PyUnicode_AsString()+strcmp() with PyUnicode_CompareWithASCIIString().