cpython: 9316b4ebf3fa (original) (raw)

Mercurial > cpython

changeset 104576:9316b4ebf3fa 3.6

Issue #28480: Avoid label at end of compound statement --without-threads Based on patch by Masayuki Yamamoto. [#28480]

Martin Panter vadmium+py@gmail.com
date Thu, 20 Oct 2016 00:48:23 +0000
parents 39ac5093bdbb
children 7cb86d404866
files Misc/NEWS Modules/socketmodule.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Misc/NEWS 3 Modules/socketmodule.c 1

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -20,6 +20,9 @@ Core and Builtins Library ------- +- Issue #28480: Fix error building socket module when multithreading is

--- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -664,6 +664,7 @@ internal_setblocking(PySocketSockObject result = 0; done: