| commit | 9a9c8440132ad1487d9615c8647ceb85ff20f619 | [log] [tgz] |
|---|---|---|
| author | Greg Roodt <groodt@gmail.com> | Tue Dec 27 14:39:46 2022 +1100 |
| committer | GitHub <noreply@github.com> | Mon Dec 26 19:39:46 2022 -0800 |
| tree | f5dd86e080396c901ad7f5ca495671c8beba7f97 | |
| parent | d400f6bf37aacbc9ceb04f7395cc048a1f811611 [diff] |
Disable bytecode optimization during wheel installation (#949)
diff --git a/python/pip_install/extract_wheels/wheel.py b/python/pip_install/extract_wheels/wheel.py index 024d6e5..f3d5f21 100644 --- a/python/pip_install/extract_wheels/wheel.py +++ b/python/pip_install/extract_wheels/wheel.py
@@ -84,6 +84,7 @@ interpreter="/dev/null", script_kind="posix", destdir=directory, + bytecode_optimization_levels=[], ) with installer.sources.WheelFile.open(self.path) as wheel_source: