Can you ping me on the airflow PR for this change? (@graingert) On Fri, Apr 29, 2022, 7:54 AM Malthe <[email protected]> wrote:
> On Fri, 29 Apr 2022 at 06:50, Thomas Grainger <[email protected]> wrote: > > You can use a `__del__` method that warns on collection - like an > unawaited coroutine > > > > Also if you're in control of importing the dagfile you can record all > created dags and report any that are missing from the globals of the module > > Yes and I think this is the best we can do given how frames are being > cleared. > > We can notify the user that a DAG was instantiated and not exposed at > the top-level which is almost guaranteed to be a mistake. There's > probably no good way currently to do better (for some value of > "better"). > > Thanks >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QEYZLMYN4OIV4Q7JTIBP7RHEI37QPJAS/ Code of Conduct: http://python.org/psf/codeofconduct/
