mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
369d5a85bb
Use '==' for equality checks and 'is' when comparing identities. An example where '==' and 'is' behave differently: >>> a = 4242 >>> a == 4242 True >>> a is 4242 False Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |
||
---|---|---|
.. | ||
kvm_stat | ||
kvm_stat.txt | ||
Makefile |