We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cef2c commit d0cfb7cCopy full SHA for d0cfb7c
Modules/hashlib.h
@@ -2,14 +2,6 @@
2
3
#include "pycore_lock.h" // PyMutex
4
5
-#define HASHLIB_MUTEX_API \
6
- /*
7
- * Attributes to prevent undefined behaviors
8
- * via multiple threads entering the C API.
9
- */ \
10
- bool use_mutex; \
11
- PyMutex mutex;
12
-
13
/*
14
* Given a PyObject* 'obj', fill in the Py_buffer* 'viewp' with the result
15
* of PyObject_GetBuffer. Sets an exception and issues the 'erraction'
0 commit comments