Leo kirotawa silva added the comment:
I'm facing similar issue with test_logging in python3.5.2-2ubuntu0~16.04.12.
Test just get hangs and so, our builders kill the build process without a
successful ending.
[1/1] test_locale
1 test OK.
[1/1] test_logging
E: Build killed with signal
Leo kirotawa silva added the comment:
I re-did the build here for python3.4 and couldn't reach the same test fail. So
I'm assuming it was a false alarm.
Said that, I believe the same patch that applies to py2.7 also applies to 3.4
and 3.5. I've build them using the pat
Leo kirotawa silva added the comment:
Python 3.4 also has the similar code as 3.5, but applying the same patch tests
for it results in test errors
Leo kirotawa silva added the comment:
I couldn't reproduce using the poc, but seems python3.5 is also vulnerable to
this bug. The code from py3.5 are quite similar to 2.7.
In py3.5: Objects/bytesobject.c PyBytes_DecodeEscape
--
nosy: +Leo kirotawa