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:
Bénédikt Tran 2025-08-01 19:45:40 +02:00 committed by GitHub
parent e7b55f564d
commit fe0e921817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 221 additions and 346 deletions

View file

@ -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"