SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

gh-118761: Improve import time for `csv` (#128858)

This reduces the import time of the `csv` module by up to five times,
by importing `re` on demand.

In particular, the `re` module is no more implicitly exposed as `csv.re`.
B
Bénédikt Tran committed
d5e9aa690a190bcfa9b43cd3858e26b7b2f72d4f
Parent: d3adf02
Committed by GitHub <noreply@github.com> on 1/18/2025, 10:45:18 AM