From 6fb5bab05b91b0022e814f2e0168432c24580c68 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 1 Apr 2021 10:17:46 +0200 Subject: [PATCH] bpo-43688: Run make regen-limited-abi --- Doc/data/stable_abi.dat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat index 3adee103bce2d8..ed20521b7f2d6b 100644 --- a/Doc/data/stable_abi.dat +++ b/Doc/data/stable_abi.dat @@ -192,6 +192,7 @@ PyExc_ConnectionRefusedError PyExc_ConnectionResetError PyExc_DeprecationWarning PyExc_EOFError +PyExc_EncodingWarning PyExc_EnvironmentError PyExc_Exception PyExc_FileExistsError @@ -615,6 +616,7 @@ PyType_GetFlags PyType_GetModule PyType_GetModuleState PyType_GetSlot +PyType_HasFeature PyType_IsSubtype PyType_Modified PyType_Ready