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 2008年07月05日 22:29 by pitrou, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| buffererror.patch | pitrou, 2008年07月05日 22:40 | |||
| Messages (6) | |||
|---|---|---|---|
| msg69306 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年07月05日 22:29 | |
Astonishingly, PyExc_BufferError is defined in pyerrors.h but it is defined nowhere. Consequently, any piece of code raising a PyExc_BufferError will cause the interpreter to crash as soon as it tries to do something with the exception... |
|||
| msg69308 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年07月05日 22:40 | |
The following patch fixes it. |
|||
| msg69312 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月05日 23:38 | |
Done in r64751. |
|||
| msg70436 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月30日 17:47 | |
... and backported to the trunk in r65310. |
|||
| msg70445 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年07月30日 23:46 | |
About r65312, BufferError inherits from StandardError, not directly from Exception :) |
|||
| msg70446 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月30日 23:50 | |
On Wed, Jul 30, 2008 at 6:46 PM, Antoine Pitrou <report@bugs.python.org> wrote: > > Antoine Pitrou <pitrou@free.fr> added the comment: > > About r65312, BufferError inherits from StandardError, not directly from > Exception :) [ Benjamin slaps his head not for the first time today... ] |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47545 |
| 2008年07月30日 23:50:35 | benjamin.peterson | set | messages: + msg70446 |
| 2008年07月30日 23:46:46 | pitrou | set | messages: + msg70445 |
| 2008年07月30日 17:47:07 | benjamin.peterson | set | messages: + msg70436 |
| 2008年07月05日 23:38:43 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson resolution: fixed messages: + msg69312 |
| 2008年07月05日 22:40:13 | pitrou | set | files:
+ buffererror.patch nosy: + teoliphant messages: + msg69308 keywords: + patch |
| 2008年07月05日 22:29:38 | pitrou | create | |