Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
33e71e01e95506cf8d93fd68251fc56352bc7b39
/
Python
/
context.c
463572c
bpo-36101: remove non-ascii characters in docstring (GH-12018)
by animalize
· 6 years ago
d4f9cf5
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
by Serhiy Storchaka
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
2ec872b
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Yury Selivanov
· 6 years ago
20678fd
Add docstrings to public methods from context.c (GH-8531)
by Peter Lamut
· 6 years ago
41cb0ba
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
by Yury Selivanov
· 6 years ago
bfe4fd5
Fix some warnings produced by different compilers. (#5593)
by Serhiy Storchaka
· 7 years ago
bc4123b
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
by Yury Selivanov
· 7 years ago
226e500
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
by Yury Selivanov
· 7 years ago
6ab6292
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
by Yury Selivanov
· 7 years ago
b7a80d5
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
by Yury Selivanov
· 7 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 7 years ago