Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve import time of the
base64
module.
Importing ``base64`` is now six times faster. The ``re`` module is now locally imported by ``base64.b16decode`` and is no more implicitly exposed as ``base64.re``.
- Loading branch information