#3295 actually define PyExc_BufferError

This commit is contained in:
Benjamin Peterson 2008-07-05 23:38:30 +00:00
parent bbea7972a4
commit 2b968d6187
1 changed files with 2 additions and 0 deletions

View File

@ -1847,6 +1847,7 @@ _PyExc_Init(void)
PRE_INIT(ReferenceError)
PRE_INIT(BufferError)
PRE_INIT(MemoryError)
PRE_INIT(BufferError)
PRE_INIT(Warning)
PRE_INIT(UserWarning)
PRE_INIT(DeprecationWarning)
@ -1908,6 +1909,7 @@ _PyExc_Init(void)
POST_INIT(ReferenceError)
POST_INIT(BufferError)
POST_INIT(MemoryError)
POST_INIT(BufferError)
POST_INIT(Warning)
POST_INIT(UserWarning)
POST_INIT(DeprecationWarning)