diff -r 7d9bd50afe3d -r 99632adff795 mercurial/lsprof.py --- a/mercurial/lsprof.py Thu Aug 01 11:14:58 2024 +0100 +++ b/mercurial/lsprof.py Mon Aug 05 20:47:17 2024 +0200 @@ -6,7 +6,7 @@ # PyPy doesn't expose profiler_entry from the module. profiler_entry = getattr(_lsprof, 'profiler_entry', None) -__all__ = [b'profile', b'Stats'] +__all__ = ['profile', 'Stats'] def profile(f, *args, **kwds):