Message147405
> Ouch. Were they only non-blocking codepaths?
Yes.
> raw_pos is the position which the underlying raw stream is currently
> at. It only needs to be modified when a successful write(), read()
> or seek() is done on the raw stream.
Do you mean self->raw_pos should give the same answer as self.raw.tell()? (But that seems to be the definition of self->abs_pos.) Or is it the buffer offset which corresponds to self.raw.tell()? |
|
Date |
User |
Action |
Args |
2011-11-10 14:57:04 | sbt | set | recipients:
+ sbt, pitrou, benjamin.peterson, stutzbach, neologix, petri.lehtinen |
2011-11-10 14:57:04 | sbt | set | messageid: <1320937024.48.0.258665650348.issue13322@psf.upfronthosting.co.za> |
2011-11-10 14:57:03 | sbt | link | issue13322 messages |
2011-11-10 14:57:03 | sbt | create | |
|