STINNER Victor <vstin...@python.org> added the comment:

> New changeset baf10da75072d1f8ec714d3c2c8550d34db343a9 by Victor Stinner in 
> branch 'master':
> bpo-43688: Run make regen-limited-abi (GH-25134)

With this change, "Tests / Check if generated files are up to date" job started 
fails (on PR 25135): "Some symbols from the limited API are missing: 
PyType_HasFeature".

I fixed this issue in bpo-43690 which removes PyType_HasFeature from 
Doc/data/stable_abi.dat.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43688>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to