Because x is a custom Thread instance, and threading.current_thread()
returns a GreenThread instance, they will never be a same instance.
This patch add one more property method for Thread class to identify itself.
Change-Id: I173a0a40b417d613cd270d42e40295075cd5b71f
Signed-off-by: apporc <appleorchard2000@gmail.com>