| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees ↵ | Łukasz Langa | 2022-05-24 | 1 | -0/+35 |
| | | | | | | | | | | | | | (GH-93066) (#93148) Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit c1f5c903a7e4ed27190488f4e33b00d3c3d952e5) | ||||
| * | bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) | Miss Islington (bot) | 2019-12-08 | 1 | -3/+4 |
| | | | | | | | | | | | now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. https://bugs.python.org/issue38979 Automerge-Triggered-By: @asvetlov (cherry picked from commit 28c91631c24e53713ad0e8a2bbae716373f5e53d) Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com> | ||||
| * | bpo-33985: Implement ContextVar.name attribute. (GH-7980) | Yury Selivanov | 2018-06-28 | 1 | -2/+7 |
| | | |||||
| * | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -0/+1064 |
