This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年10月27日 10:06 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| codecs_surrogatepass_2.patch | serhiy.storchaka, 2012年10月27日 10:06 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg173915 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年10月27日 10:06 | |
The proposed patch fixes input checking in surrogatepass error handler. Also it fixes 10% speed regression introduced by changeset 74d65c746f63. |
|||
| msg174142 - (view) | Author: Philip Jenvey (pjenvey) * (Python committer) | Date: 2012年10月29日 19:25 | |
Thanks for picking this and the warning/slowdown up, Serhiy. The patch LGTM, for whatever that's worth =] |
|||
| msg174693 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年11月03日 21:05 | |
New changeset 18ed608ee594 by Ezio Melotti in branch '3.2': #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/18ed608ee594 New changeset 8d5c147f030d by Ezio Melotti in branch '3.3': #16336: merge with 3.2. http://hg.python.org/cpython/rev/8d5c147f030d New changeset e4aedd239e45 by Ezio Melotti in branch 'default': #16336: merge with 3.3. http://hg.python.org/cpython/rev/e4aedd239e45 |
|||
| msg174694 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年11月03日 21:09 | |
Thanks for spotting the error and fixing it! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:37 | admin | set | github: 60540 |
| 2012年11月03日 21:09:52 | ezio.melotti | set | status: open -> closed messages: + msg174694 assignee: ezio.melotti resolution: fixed stage: patch review -> resolved |
| 2012年11月03日 21:05:33 | python-dev | set | nosy:
+ python-dev messages: + msg174693 |
| 2012年10月29日 19:25:36 | pjenvey | set | messages: + msg174142 |
| 2012年10月27日 10:06:10 | serhiy.storchaka | create | |