On 20 June 2016 at 13:32, Dino Viehland via Python-Dev <python-dev@python.org> wrote: > It doesn’t help with the issue of potentially multiple consumers of that field > that has been brought up before but I’m not sure how concerned we should be > about that scenario anyway.
Brett's comparison with sys.settrace seems relevant here - we don't allow multiple trace hooks at once, which means if you want more than one active at once, either they need to cooperate with each other, or you need to install a meta-tracehook to manage them somehow. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com