Message 147405 - Python tracker
Message147405
| Author | sbt |
|---|---|
| Recipients | benjamin.peterson, neologix, petri.lehtinen, pitrou, sbt, stutzbach |
| Date | 2011-11-10.14:57:03 |
| SpamBayes Score | 4.459764e-05 |
| Marked as misclassified | No |
| Message-id | <1320937024.48.0.258665650348.issue13322@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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()? |
|
| History | |||
|---|---|---|---|
| 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 | |