5acc00c179

fnmatch is not thread safe for versions <= 2.7.9. We have used it in some places without any lock for concurrency scenario. This patch re-implements a thread safe match() which is very similar to fnmatch by using its translate function. Change-Id: I4b6c2ea72841201519144eb09ecf8c82b16b6143 ref: https://hg.python.org/cpython/rev/fe12c34c39eb Closes-Bug: #1519767
ceilometer
- Release notes can be read online at:
-
http://docs.openstack.org/developer/ceilometer/releasenotes/index.html
- Documentation for the project can be found at:
- The project home is at:
Description
Languages
Python
98.5%
Shell
1.5%