Message209394
| Author | nikratio |
|---|---|
| Recipients | Arfrever, elixir, ishimoto, jwilk, loewis, methane, mrabarnett, ncoghlan, nikratio, pitrou, rurpy2, serhiy.storchaka, vstinner |
| Date | 2014-01-27.04:40:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390797659.9.0.739101962609.issue15216@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks Nick! Will take this into account. I've stumbled over another question in the meantime: It seems to me that after the call to set_encoding(), self._snapshot contains the decoder flags from the state of the *old* decoder. On the next call of eg. tell(), the flags from the old decoder are then passed to setstate() of the new decoder. Isn't this a problem? I thought the flags could mean different things to different codecs. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-27 04:41:00 | nikratio | set | recipients: + nikratio, loewis, ishimoto, ncoghlan, pitrou, vstinner, jwilk, mrabarnett, Arfrever, methane, rurpy2, serhiy.storchaka, elixir |
| 2014-01-27 04:40:59 | nikratio | set | messageid: <1390797659.9.0.739101962609.issue15216@psf.upfronthosting.co.za> |
| 2014-01-27 04:40:59 | nikratio | link | issue15216 messages |
| 2014-01-27 04:40:59 | nikratio | create | |