Alon Bar-Lev has posted comments on this change.

Change subject: packaging: disconnecting api instance at the end of all in one
......................................................................


Patch Set 1:

> hope it's clear now.

sorry... but no...

what is the difference between:

 a = object()
 b = object()
 a.do()
 b.do()

and:

 a = object()
 a.do()
 a = object()
 a.do()

both should behave exactly the same. how do you know what is the variable name 
you are using? from your example, unless you are doing some magic, there should 
be no difference, python will call __del__ at some point in time for both 
objects in both examples.

-- 
To view, visit http://gerrit.ovirt.org/17847
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8ece6bb8f825606442322a087fd52a647af64ffe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ohad Basan <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eyal Edri <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Moran Goldboim <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Ohad Basan <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to