Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) | Victor Stinner | 2020-11-04 | 1 | -18/+3 |
* | bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) ... | Hai Shi | 2020-02-17 | 1 | -26/+29 |
* | bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) | Brandt Bucher | 2019-11-16 | 1 | -0/+3 |
* | bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) | Yury Selivanov | 2018-09-21 | 1 | -1/+1 |
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-22 | 1 | -0/+75 |