]> granicus.if.org Git - python/commit
remove vestigal locking from obmalloc (GH-5805)
authorBenjamin Peterson <benjamin@python.org>
Sat, 24 Feb 2018 19:59:10 +0000 (11:59 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 19:59:10 +0000 (11:59 -0800)
commitb18f8bc1a77193c372d79afa79b284028a2842d7
tree64e9493cd07303b3f78f454c7d3aef6ac1faa42f
parentacd7163c0a0674b2fb6cc0178d52cf90c953fbae
remove vestigal locking from obmalloc (GH-5805)

obmalloc has (empty) macros for locking in the allocator. These aren't needed in CPython; we rely on the GIL.
Objects/obmalloc.c