Kinsey Moore started a new discussion on rtemstoolkit/log.py: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/63#note_123266

 >  lock = threading.Lock()
 >  
 >  
 > +def safe_blocking_write(file_handle, out):
 > +    '''This is a bit of a hack to force the file handle back to
 > +        non-blocking. It seems for some cases stdio is being set to
 > +        non-blocking in some execute commands.

This comment seems to contradict itself.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/63#note_123266
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to