Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-08 Thread Chris Johns
On 8/5/20 4:22 pm, Anders Montonen wrote: On 8 May 2020, at 9:12, Chris Johns > wrote: On 8/5/20 3:50 pm, Anders Montonen wrote: On a not completely unrelated note, have there been any thoughts about setting a timetable for deprecating Python 2 support now that it is

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-08 Thread Anders Montonen
On 8 May 2020, at 9:12, Chris Johns wrote: > On 8/5/20 3:50 pm, Anders Montonen wrote: > >> On a not completely unrelated note, have there been any thoughts about >> setting a timetable for deprecating Python 2 support now that it is EOL, eg. >> in RTEMS6? Are there any specific host platforms

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-08 Thread Chris Johns
On 8/5/20 3:50 pm, Anders Montonen wrote: On 8 May 2020, at 7:36, Chris Johns wrote: On 8/5/20 2:27 pm, Anders Montonen wrote: Hi, On 7 May 2020, at 5:10, Chris Johns wrote: On 7/5/20 9:37 am, Anders Montonen wrote: This patch fixes the UnicodeDecodeError that randomly caused source

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-07 Thread Anders Montonen
> On 8 May 2020, at 7:36, Chris Johns wrote: > > On 8/5/20 2:27 pm, Anders Montonen wrote: >> Hi, >>> On 7 May 2020, at 5:10, Chris Johns wrote: >>> >>> On 7/5/20 9:37 am, Anders Montonen wrote: This patch fixes the UnicodeDecodeError that randomly caused source builder to hang.

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-07 Thread Chris Johns
On 8/5/20 2:27 pm, Anders Montonen wrote: Hi, On 7 May 2020, at 5:10, Chris Johns wrote: On 7/5/20 9:37 am, Anders Montonen wrote: This patch fixes the UnicodeDecodeError that randomly caused source builder to hang. In my testing, there was no difference in performance at least under

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-07 Thread Anders Montonen
Hi, > On 7 May 2020, at 5:10, Chris Johns wrote: > > On 7/5/20 9:37 am, Anders Montonen wrote: >> This patch fixes the UnicodeDecodeError that randomly caused source >> builder to hang. >> >> In my testing, there was no difference in performance at least under >> Python 3. > > Have you tested

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-07 Thread Anders Montonen
Hi, > On 7 May 2020, at 5:10, Chris Johns wrote: > > On 7/5/20 9:37 am, Anders Montonen wrote: >> This patch fixes the UnicodeDecodeError that randomly caused source >> builder to hang. >> >> In my testing, there was no difference in performance at least under >> Python 3. > > Have you tested

Re: [PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-06 Thread Chris Johns
On 7/5/20 9:37 am, Anders Montonen wrote: > This patch fixes the UnicodeDecodeError that randomly caused source > builder to hang. > > In my testing, there was no difference in performance at least under > Python 3. Have you tested python 2? I would like to explore this change on master after

[PATCH 0/2] Source Builder: Fix UnicodeDecodeError build hang

2020-05-06 Thread Anders Montonen
This patch fixes the UnicodeDecodeError that randomly caused source builder to hang. In my testing, there was no difference in performance at least under Python 3. Anders Montonen (2): sb/execute.py: Open subprocess I/O handles in text mode sb/execute.py: Add test for _readthread() code