commit | 9e0c89a3b5638ba2b9b107fea34a01c774aa7805 | [log] [tgz] |
---|---|---|
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | Wed Oct 25 06:20:54 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 06:20:54 2023 |
tree | 6b44da427ab0e0b837a72d30fb7f3b8718fa177e | |
parent | a227ee2483366c98ca5a481116995595c8d81cda [diff] |
Replace imp.load_source with importlib equivalent. The imp module has been deprecated for years and the function load_source was even removed from the documentation long ago. It will be removed in Python 3.12, which will be part of Fedora version 39, due in late October 2023. Bug: 1487454 Change-Id: If06a2f139225b62c7bdc70c3eaef6e5acb8972d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4894238 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Cr-Commit-Position: refs/heads/main@{#1214660}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.