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-08-09 07:37:07 +02:00
2015-06-11 16:06:54 +03:00
2015-08-19 12:01:40 +00:00
2015-07-15 01:36:46 +00:00
2015-08-19 12:01:40 +00:00

oslo.service

Library for running OpenStack services

Description
Library for running OpenStack services
Readme 5.6 MiB
Languages
Python 100%