On Mon, 26 Jul 2021 12:04:51 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > I think there must be some notice that it is up to the user to take care > about this new instance. This essentially detaches the instance from the > garbage collection, which is quite something in the Python world. > > Maybe we can change the message with something more appropriate? Can't the documentation on the use case be sufficient? I mean, if you have a script that does this, and you give this script to your customers, it would be annoying to have this message appear to your customers where they have no idea what it means. If anything, it should only be printed if you enable some sort of "debug level", like we started doing with the trace libraries. -- Steve