15
0
2025-06-02 15:01:52 +00:00
committed by Git OBS Bridge
commit b279ae7a28
8 changed files with 1453 additions and 0 deletions

14
python313.patch Normal file
View File

@@ -0,0 +1,14 @@
Index: opencensus-python-0.11.4-1.1.14/contrib/opencensus-ext-azure/opencensus/ext/azure/log_exporter/__init__.py
===================================================================
--- opencensus-python-0.11.4-1.1.14.orig/contrib/opencensus-ext-azure/opencensus/ext/azure/log_exporter/__init__.py
+++ opencensus-python-0.11.4-1.1.14/contrib/opencensus-ext-azure/opencensus/ext/azure/log_exporter/__init__.py
@@ -102,9 +102,6 @@ class BaseLogHandler(logging.Handler):
self._worker.stop(timeout)
super(BaseLogHandler, self).close()
- def createLock(self):
- self.lock = None
-
def emit(self, record):
self._queue.put(record, block=False)