Use functools.lru_cache in urllib.parse instead of 1996 custom caching · Issue #88168 · python/cpython (original) (raw)
BPO | 44002 |
---|---|
Nosy | @gpshead |
PRs | bpo-44002: Switch to lru_cache in urllib.parse. #25798 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/gpshead' closed_at = <Date 2021-05-12.00:02:19.781> created_at = <Date 2021-05-01.18:17:15.725> labels = ['type-feature', 'library', '3.11'] title = 'Use functools.lru_cache in urllib.parse instead of 1996 custom caching' updated_at = <Date 2021-05-12.00:02:19.781> user = 'https://github.com/gpshead'
bugs.python.org fields:
activity = <Date 2021-05-12.00:02:19.781> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = <Date 2021-05-12.00:02:19.781> closer = 'gregory.p.smith' components = ['Library (Lib)'] creation = <Date 2021-05-01.18:17:15.725> creator = 'gregory.p.smith' dependencies = [] files = [] hgrepos = [] issue_num = 44002 keywords = ['patch'] message_count = 3.0 messages = ['392614', '392619', '392620'] nosy_count = 1.0 nosy_names = ['gregory.p.smith'] pr_nums = ['25798'] priority = 'normal' resolution = 'fixed' stage = 'commit review' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue44002' versions = ['Python 3.11']