This is an archive of the discontinued Mercurial Phabricator instance.

templatefilters: avoid infinite recursion bug in stringify
ClosedPublic

Authored by durin42 on Mar 2 2018, 9:50 AM.

Details

Summary

This doesn't ever happen on Python 2, but it's been a persistent pain
on Python 3. Adding this helped produce some of my upcoming Python 3
fixes.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.