mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
backport r64751
This commit is contained in:
parent
ff3fdce0d2
commit
c0bf76d3cf
1 changed files with 2 additions and 0 deletions
|
@ -2045,6 +2045,7 @@ _PyExc_Init(void)
|
|||
PRE_INIT(SystemError)
|
||||
PRE_INIT(ReferenceError)
|
||||
PRE_INIT(MemoryError)
|
||||
PRE_INIT(BufferError)
|
||||
PRE_INIT(Warning)
|
||||
PRE_INIT(UserWarning)
|
||||
PRE_INIT(DeprecationWarning)
|
||||
|
@ -2112,6 +2113,7 @@ _PyExc_Init(void)
|
|||
POST_INIT(SystemError)
|
||||
POST_INIT(ReferenceError)
|
||||
POST_INIT(MemoryError)
|
||||
POST_INIT(BufferError)
|
||||
POST_INIT(Warning)
|
||||
POST_INIT(UserWarning)
|
||||
POST_INIT(DeprecationWarning)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue