]> git.proxmox.com Git - mirror_edk2.git/commit
build: Fix python3.10 threading DeprecationWarnings
authorCole <crobinso@redhat.com>
Fri, 23 Jul 2021 20:02:26 +0000 (04:02 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Aug 2021 03:09:59 +0000 (03:09 +0000)
commit2e1fb41339034a7b71a3c7fa097a1ff785dfe981
tree0068121f203eeb32fb79cceaca8aca264556b9af
parent3445058aea4f64a994e4ec040135258a135d36ce
build: Fix python3.10 threading DeprecationWarnings

threading camelCase functions have preferred alternatives since
python2.6. python3.10 has started emitting DeprecationWarnings
for them

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/build/build.py