apporc 9e81bbae05 ThreadGroup's stop didn't recognise the current thread correctly
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>
2015-09-17 10:38:05 +08:00
..
2015-08-19 12:01:40 +00:00
2015-09-15 11:13:49 +08:00
2015-06-11 15:55:50 +03:00
2015-06-24 16:23:12 +03:00
2015-08-19 12:01:40 +00:00