Miss Islington (bot)
7df80492fc
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
...
(cherry picked from commit bfe4fd5f2e
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-02-09 17:56:34 +02:00
Miss Islington (bot)
78767786a8
bpo-32436: Fix compiler warning (GH-5483) (GH-5486)
...
(cherry picked from commit 55e0839f26
)
Co-authored-by: Yury Selivanov <yury@magic.io>
2018-02-01 22:58:19 -05:00
Miss Islington (bot)
5d2dcd044d
Fix typo in hamt.c comments (GH-5478) ( #5484 )
...
(cherry picked from commit 01a0cb8916
)
Co-authored-by: Dmitry Alimov <dvalimov@gmail.com>
2018-02-01 22:30:34 -05:00
Yury Selivanov
b647d7039d
bpo-32707: Fix warnings in hamt.c ( #5430 )
2018-01-29 13:31:37 -05:00
Yury Selivanov
6ab62920c8
bpo-32436: Fix a refleak; var GC tracking; a GCC warning ( #5326 )
...
The refleak in question wasn't really important, as context vars
are usually created at the toplevel and live as long as the interpreter
lives, so the context var name isn't ever GCed anyways.
2018-01-25 14:18:55 -05:00
Dmitry Alimov
93a6119f08
Fix 3rd level node's binary representation in HAMT algorithm description ( #5319 )
2018-01-25 12:54:41 -05:00
Yury Selivanov
b7a80d543e
bpo-32436: Don't use native popcount() (also fixes bpo-32641) ( #5292 )
2018-01-23 22:17:04 -05:00
Yury Selivanov
0bad4d63c6
bpo-32436: Fix potential NULL dereference ( #5286 )
2018-01-23 16:26:07 -05:00
Yury Selivanov
83c8675edb
bpo-32436: Remove a redundant assert ( #5275 )
2018-01-23 02:00:03 -05:00
Yury Selivanov
f23746a934
bpo-32436: Implement PEP 567 ( #5027 )
2018-01-22 19:11:18 -05:00