This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients erlendaasland, petr.viktorin, vstinner
Date 2021-04-28.15:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619622919.2.0.835898860165.issue43795@roundup.psfhosted.org>
In-reply-to
Content
Right now, running "make regen-limited-abi" adds again functions which were removed from Doc/data/stable_abi.dat:
https://github.com/python/cpython/pull/25687#issuecomment-828520575

diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat
index cdc7160250..6fe61743d6 100644
--- a/Doc/data/stable_abi.dat
+++ b/Doc/data/stable_abi.dat
@@ -351,11 +351,17 @@ PyMapping_Length
 PyMapping_SetItemString
 PyMapping_Size
 PyMapping_Values
+PyMarshal_ReadObjectFromString
+PyMarshal_WriteLongToFile
+PyMarshal_WriteObjectToFile
+PyMarshal_WriteObjectToString
 PyMem_Calloc
 PyMem_Free
 PyMem_Malloc
 PyMem_Realloc
 PyMemberDescr_Type
+PyMember_GetOne
+PyMember_SetOne
 PyMemoryView_FromMemory
 PyMemoryView_FromObject
 PyMemoryView_GetContiguous


I guess that you should not be added until this issue is solved.
History
Date User Action Args
2021-04-28 15:15:19vstinnersetrecipients: + vstinner, petr.viktorin, erlendaasland
2021-04-28 15:15:19vstinnersetmessageid: <1619622919.2.0.835898860165.issue43795@roundup.psfhosted.org>
2021-04-28 15:15:19vstinnerlinkissue43795 messages
2021-04-28 15:15:19vstinnercreate