Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5
/
Python
/
hamt.c
c6b292c
bpo-29882: Add _Py_popcount32() function (GH-20518)
by Victor Stinner
· 5 years ago
4a21e57
bpo-40268: Remove unused structmember.h includes (GH-19530)
by Victor Stinner
· 5 years ago
e5014be
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
by Victor Stinner
· 5 years ago
1b55b65
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
by Dong-hee Na
· 5 years ago
60ac6ed
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
by Victor Stinner
· 5 years ago
d0c92e8
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
by Batuhan Taşkaya
· 6 years ago
2798b60
Typo fix - implemention should be implementation (GH-16806)
by Hansraj Das
· 6 years ago
c4cacc8
Fix typos in comments, docs and test names (#15018)
by Min ho Kim
· 6 years ago
351c674
bpo-35983: skip trashcan for subclasses (GH-11841)
by Jeroen Demeyer
· 6 years ago
d53fe5f
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
by Serhiy Storchaka
· 6 years ago
a42de74
bpo-35059: Cast void* to PyObject* (GH-10650)
by Victor Stinner
· 7 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 7 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 7 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 7 years ago
d8c3e82
Fix GCC warning in Python/hamt.c (GH-7618)
by Zackery Spytz
· 7 years ago
378c53c
bpo-33803: Fix a crash in hamt.c (#7504)
by Yury Selivanov
· 7 years ago
61f82e0
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Ville Skyttä
· 7 years ago
3c7ac7e
Add two missing error checks in hamt.c (GH-5851)
by Xiang Zhang
· 7 years ago
bfe4fd5
Fix some warnings produced by different compilers. (#5593)
by Serhiy Storchaka
· 7 years ago
55e0839
bpo-32436: Fix compiler warning (#5483)
by Yury Selivanov
· 8 years ago
01a0cb8
Fix typo in hamt.c comments (#5478)
by Dmitry Alimov
· 8 years ago
b647d70
bpo-32707: Fix warnings in hamt.c (#5430)
by Yury Selivanov
· 8 years ago
6ab6292
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
by Yury Selivanov
· 8 years ago
93a6119
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
by Dmitry Alimov
· 8 years ago
b7a80d5
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
by Yury Selivanov
· 8 years ago
0bad4d6
bpo-32436: Fix potential NULL dereference (#5286)
by Yury Selivanov
· 8 years ago
83c8675
bpo-32436: Remove a redundant assert (#5275)
by Yury Selivanov
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago