Al is said in the title, the following code:
class X: pass print(id(X()) == id(X()))
prints True If I run
id(X())