bpo-36139: release GIL around munmap() by sorcio · Pull Request #12199 · python/cpython

Conversation

@sorcio sorcio changed the title release GIL around munmap() bpo-36139: release GIL around munmap()

Mar 6, 2019

@vstinner

Hum, bb9593a has been merged. What is this PR?

@vstinner

It seems like this PR isn't written on top of the master branch, currently it means the commit bb9593a.

@sorcio

It seems like this PR isn't written on top of the master branch, currently it means the commit bb9593a.

@vstinner I rebased on master now

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vstinner

Thanks @sorcio for the quick fix!

FYI I tested manually the fix on my Windows VM with Python compiled in debug mode before merging the PR.

Labels