We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3fdce commit c0bf76dCopy full SHA for c0bf76d
1 file changed
Objects/exceptions.c
@@ -2045,6 +2045,7 @@ _PyExc_Init(void)
2045
PRE_INIT(SystemError)
2046
PRE_INIT(ReferenceError)
2047
PRE_INIT(MemoryError)
2048
+ PRE_INIT(BufferError)
2049
PRE_INIT(Warning)
2050
PRE_INIT(UserWarning)
2051
PRE_INIT(DeprecationWarning)
@@ -2112,6 +2113,7 @@ _PyExc_Init(void)
2112
2113
POST_INIT(SystemError)
2114
POST_INIT(ReferenceError)
2115
POST_INIT(MemoryError)
2116
+ POST_INIT(BufferError)
2117
POST_INIT(Warning)
2118
POST_INIT(UserWarning)
2119
POST_INIT(DeprecationWarning)
0 commit comments