This is an archive of the discontinued Mercurial Phabricator instance.

bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
ClosedPublic

Authored by jcristau on May 12 2018, 4:41 PM.

Details

Summary

"l" in Py_BuildValue's format string means long, so passing int64_t
instead results in fireworks on 32bit architectures.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

jcristau created this revision.May 12 2018, 4:41 PM
durin42 accepted this revision.May 13 2018, 6:30 PM
This revision is now accepted and ready to land.May 13 2018, 6:30 PM

queued for stable, many thanks

This revision was automatically updated to reflect the committed changes.