LINUX.ORG.RU

История изменений

Исправление t184256, (текущая версия) :

Да. Но чем

del x doesn’t directly call x.__del__() — the former decrements the reference count for x by one, and the latter is only called when x‘s reference count reaches zero.

эффективно отличается от

del последней ссылки вызывает __del__ объекта

? А то я че-то занервничал.

Исходная версия t184256, :

Да. Но чем

del x doesn’t directly call x.__del__() — the former decrements the reference count for x by one, and the latter is only called when x‘s reference count reaches zero. эффективно отличается от

del последней ссылки вызывает __del__ объекта

? А что я че-то занервничал.