[issue11080] Win32Serial.read coding error for non-blocking read

2011-01-31 Thread Brian Curtin
Brian Curtin added the comment: You should contact pyserial. -- nosy: +brian.curtin resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue11080] Win32Serial.read coding error for non-blocking read

2011-01-31 Thread Terry M. Topka
New submission from Terry M. Topka : Attempting to read a fixed amount of data when the serial port is configured for non-blocking reads (i.e. self.timeout == 0) will occasionally throw an invalid memory access exception, due to an error in the following code: ### pyserial-2.5-rc2 serialWin32.