Skip to content

Commit d0cfb7c

Browse files
committed
post-merge
1 parent 82cef2c commit d0cfb7c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Modules/hashlib.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
#include "pycore_lock.h" // PyMutex
44

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-
135
/*
146
* Given a PyObject* 'obj', fill in the Py_buffer* 'viewp' with the result
157
* of PyObject_GetBuffer. Sets an exception and issues the 'erraction'

0 commit comments

Comments
 (0)