Submitter | phabricator |
---|---|
Date | Nov. 16, 2019, 7:24 p.m. |
Message ID | <9e7681c42752086ed9eda511cedbba6a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43310/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -742,7 +742,7 @@ ) hv = sys.hexversion - pythonlib = 'python%d%d' % (hv >> 24, (hv >> 16) & 0xFF) + pythonlib = b'python%d%d' % (hv >> 24, (hv >> 16) & 0xFF) log.info('using %s as Python library name' % pythonlib) with open('mercurial/hgpythonlib.h', 'wb') as f: