Ticket #5412 defect closed fixed
pollingfile._PollableWritePipe should check for unicode earlier
Description
pollingfile._PollableWritePipe currently checks for outgoing unicode data in checkWork, its equivalent of FileDescriptor.doWrite. This is too late, the user's code will not be notified of this error, it will just break the _PollingTimer to which the pipe is attached. The check for unicode data should be made in write and writeSequence instead.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

