Skip to content

Commit c0bf76d

Browse files
committed
backport r64751
1 parent ff3fdce commit c0bf76d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Objects/exceptions.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ _PyExc_Init(void)
20452045
PRE_INIT(SystemError)
20462046
PRE_INIT(ReferenceError)
20472047
PRE_INIT(MemoryError)
2048+
PRE_INIT(BufferError)
20482049
PRE_INIT(Warning)
20492050
PRE_INIT(UserWarning)
20502051
PRE_INIT(DeprecationWarning)
@@ -2112,6 +2113,7 @@ _PyExc_Init(void)
21122113
POST_INIT(SystemError)
21132114
POST_INIT(ReferenceError)
21142115
POST_INIT(MemoryError)
2116+
POST_INIT(BufferError)
21152117
POST_INIT(Warning)
21162118
POST_INIT(UserWarning)
21172119
POST_INIT(DeprecationWarning)

0 commit comments

Comments
 (0)