mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-131876: Revert "gh-131876: extract _hashlib helpers into a separate directory (#136995) (#137307)
Revert "gh-131876: extract `_hashlib` helpers into a separate directory (#136995)"
This reverts commit 45138d3584.
This commit is contained in:
parent
e7b55f564d
commit
fe0e921817
20 changed files with 221 additions and 346 deletions
|
|
@ -21,12 +21,11 @@
|
|||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_strhex.h" // _Py_strhex()
|
||||
#include "pycore_typeobject.h" // _PyType_GetModuleState()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_typeobject.h" // _PyType_GetModuleState()
|
||||
#include "pycore_strhex.h" // _Py_strhex()
|
||||
|
||||
#include "_hashlib/hashlib_buffer.h"
|
||||
#include "_hashlib/hashlib_mutex.h"
|
||||
#include "hashlib.h"
|
||||
|
||||
#include "_hacl/Hacl_Hash_SHA2.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue