Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue3295] PyExc_BufferError is declared but nowhere defined

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 5, 2008, 3:29 PM

Post #1 of 3 (73 views)
Permalink
[issue3295] PyExc_BufferError is declared but nowhere defined

New submission from Antoine Pitrou <pitrou[at]free.fr>:

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...

----------
components: Interpreter Core
messages: 69306
nosy: pitrou
severity: normal
status: open
title: PyExc_BufferError is declared but nowhere defined
type: crash
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 5, 2008, 3:40 PM

Post #2 of 3 (71 views)
Permalink
[issue3295] PyExc_BufferError is declared but nowhere defined [In reply to]

Antoine Pitrou <pitrou[at]free.fr> added the comment:

The following patch fixes it.

----------
keywords: +patch
nosy: +teoliphant
Added file: http://bugs.python.org/file10821/buffererror.patch

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 5, 2008, 4:38 PM

Post #3 of 3 (65 views)
Permalink
[issue3295] PyExc_BufferError is declared but nowhere defined [In reply to]

Benjamin Peterson <musiccomposition[at]gmail.com> added the comment:

Done in r64751.

----------
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.