SIGN IN SIGN UP

Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the

module name anymore, only work on unicode strings. Therefore it doesn't
truncate module names with embedded NUL characters, or fail if the module name
contains surrogate characters (UTF-8 encoder fails on a surrogate character).

Patch written by Alexander Belopolsky.
V
Victor Stinner committed
7edb5dfcbc815e2479e4c68051bf1805d1c9348d
Parent: 99563b1