diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-01-02 23:52:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 23:52:42 (GMT) |
commit | eb08a9290f28e602ba035acfe8c2d3cd2b9965b0 (patch) | |
tree | becfaf86abbb67b91c01a2fef00e322fee5fa568 /Python/getcopyright.c | |
parent | dbf52e02f18dac6f5f0a64f78932f3dc6efc056b (diff) | |
download | cpython-eb08a9290f28e602ba035acfe8c2d3cd2b9965b0.zip cpython-eb08a9290f28e602ba035acfe8c2d3cd2b9965b0.tar.gz cpython-eb08a9290f28e602ba035acfe8c2d3cd2b9965b0.tar.bz2 |
coalesce GILless sections in new_buffersize (#5059)
830daae1c82ed33deef0086b7b6323e5be0b0cc8 added some new GIL-releasing to new_buffersize. This is fine, but it's better to avoid reacquiring the GIL for as long as possible. Also, it should use FILE_(BEGIN|END)_ALLOW_THREADS to avoid having the file closed from under it.
Diffstat (limited to 'Python/getcopyright.c')
0 files changed, 0 insertions, 0 deletions