Kaydet (Commit) 2b968d61 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

#3295 actually define PyExc_BufferError

üst bbea7972
...@@ -1847,6 +1847,7 @@ _PyExc_Init(void) ...@@ -1847,6 +1847,7 @@ _PyExc_Init(void)
PRE_INIT(ReferenceError) PRE_INIT(ReferenceError)
PRE_INIT(BufferError) PRE_INIT(BufferError)
PRE_INIT(MemoryError) PRE_INIT(MemoryError)
PRE_INIT(BufferError)
PRE_INIT(Warning) PRE_INIT(Warning)
PRE_INIT(UserWarning) PRE_INIT(UserWarning)
PRE_INIT(DeprecationWarning) PRE_INIT(DeprecationWarning)
...@@ -1908,6 +1909,7 @@ _PyExc_Init(void) ...@@ -1908,6 +1909,7 @@ _PyExc_Init(void)
POST_INIT(ReferenceError) POST_INIT(ReferenceError)
POST_INIT(BufferError) POST_INIT(BufferError)
POST_INIT(MemoryError) POST_INIT(MemoryError)
POST_INIT(BufferError)
POST_INIT(Warning) POST_INIT(Warning)
POST_INIT(UserWarning) POST_INIT(UserWarning)
POST_INIT(DeprecationWarning) POST_INIT(DeprecationWarning)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment