Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbea797 commit 2b968d6Copy full SHA for 2b968d6
1 file changed
Objects/exceptions.c
@@ -1847,6 +1847,7 @@ _PyExc_Init(void)
1847
PRE_INIT(ReferenceError)
1848
PRE_INIT(BufferError)
1849
PRE_INIT(MemoryError)
1850
+ PRE_INIT(BufferError)
1851
PRE_INIT(Warning)
1852
PRE_INIT(UserWarning)
1853
PRE_INIT(DeprecationWarning)
@@ -1908,6 +1909,7 @@ _PyExc_Init(void)
1908
1909
POST_INIT(ReferenceError)
1910
POST_INIT(BufferError)
1911
POST_INIT(MemoryError)
1912
+ POST_INIT(BufferError)
1913
POST_INIT(Warning)
1914
POST_INIT(UserWarning)
1915
POST_INIT(DeprecationWarning)
0 commit comments