Files
cpython/Lib
Bénédikt Tran d5e9aa690a 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`.
2025-01-18 11:45:18 +01:00
..
2025-01-14 13:52:58 +02:00