This is an archive of the discontinued Mercurial Phabricator instance.

setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
ClosedPublic

Authored by mharbison72 on Apr 3 2021, 11:12 PM.

Details

Summary

I thought I took care of this already, but it must have been that I just
manually copied the file over locally when debugging why the pygit2 library
wasn't loading. The problem with that is what was copied over was from py38,
and then running a py39 build hard crashed when the extension was loaded.

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.