Mercurial > hg
comparison .hgsigs @ 42356:48df8a06c8bb
rust-python3: compatibility fix for incoming PyLong
On Python3, PyInt is PyLong and it doesn't have the
`value()` method.
Re upcasting to PythonObj as done here works, but we
might prefer taking a PythonObj from the onset
(would require more testing)
Differential Revision: https://phab.mercurial-scm.org/D6397
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Thu, 16 May 2019 21:22:29 +0200 |
parents | 724dae82c4bd |
children | 52966ddfe77b |
comparison
equal
deleted
inserted
replaced
42355:9166935da31f | 42356:48df8a06c8bb |
---|