diff -r c6a5009ed04a -r ae189674bdad mercurial/util.py --- a/mercurial/util.py Thu Feb 28 07:45:51 2019 -0800 +++ b/mercurial/util.py Sat Mar 02 12:51:04 2019 -0800 @@ -1216,7 +1216,7 @@ Holds a reference to nodes on either side as well as a key-value pair for the dictionary entry. """ - __slots__ = (u'next', u'prev', u'key', u'value', u'cost') + __slots__ = (r'next', r'prev', r'key', r'value', r'cost') def __init__(self): self.next = None