Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:

In bpo-47067, there was concern about the addition of the makefile target from 
PR 31637:

    regen-global-objects: regen-deepfreeze

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?

----------
nosy: +Dennis Sweeney

_______________________________________
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

Reply via email to