16 Commits (4c596d54aa6a55e9d2a3db78891e656ebbfb63c8)

Author SHA1 Message Date
Victor Stinner 621cebe81b
bpo-35081: Rename internal headers (GH-10275) 7 years ago
Victor Stinner 27e2d1f219
bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
Zackery Spytz d8c3e820b4 Fix GCC warning in Python/hamt.c (GH-7618) 8 years ago
Yury Selivanov 378c53cc31
bpo-33803: Fix a crash in hamt.c (#7504) 8 years ago
Ville Skyttä 61f82e0e33 Spelling fixes to docs, docstrings, and comments (GH-6374) 8 years ago
Xiang Zhang 3c7ac7ea20
Add two missing error checks in hamt.c (GH-5851) 8 years ago
Serhiy Storchaka bfe4fd5f2e
Fix some warnings produced by different compilers. (#5593) 8 years ago
Yury Selivanov 55e0839f26
bpo-32436: Fix compiler warning (#5483) 8 years ago
Dmitry Alimov 01a0cb8916 Fix typo in hamt.c comments (#5478) 8 years ago
Yury Selivanov b647d7039d
bpo-32707: Fix warnings in hamt.c (#5430) 8 years ago
Yury Selivanov 6ab62920c8
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) 8 years ago
Dmitry Alimov 93a6119f08 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) 8 years ago
Yury Selivanov b7a80d543e
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) 8 years ago
Yury Selivanov 0bad4d63c6
bpo-32436: Fix potential NULL dereference (#5286) 8 years ago
Yury Selivanov 83c8675edb
bpo-32436: Remove a redundant assert (#5275) 8 years ago
Yury Selivanov f23746a934
bpo-32436: Implement PEP 567 (#5027) 8 years ago