cpython/Lib/zipfile
Bénédikt Tran a95dca7b98
gh-118761: Improve import time for `pstats` and `zipfile` (#128981)
Importing `pstats` or `zipfile` is now roughly 20% faster.

This is achieved by removing type annotations depending on `typing`.
2025-01-23 14:49:36 +00:00
..
_path gh-126565: Skip `zipfile.Path.exists` check in write mode (#126576) 2024-11-10 09:57:24 -05:00
__init__.py gh-118761: Improve import time for `pstats` and `zipfile` (#128981) 2025-01-23 14:49:36 +00:00
__main__.py gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) 2023-12-03 13:09:29 +02:00