Eric Snow <ericsnowcurren...@gmail.com> added the comment:
> After a new `&_Py_ID(__orig_class__)` is added to > Objects/genericaliasobject.c, running `make regen-global-objects` starts > > gcc -pthread -c [snipped] -DPy_BUILD_CORE -o Objects/genericaliasobject.o > Objects/genericaliasobject.c > > which fails with a compilation error because that identifier is not yet > defined. Is there a good way to convince `make` to regenerate the global > objects without this sort of circular dependency? Am I missing a step? I'm looking into this. A temporary workaround is to run Tools/scripts/generate-global-objects.py directly. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46712> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com