mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-131238: Remove pycore_lock.h includes (#131483)
PyMutex type is now part of <Python.h>, it's no longer needed to include <pycore_lock.h> to get it.
This commit is contained in:
parent
6827c5129c
commit
344f3c3fd4
15 changed files with 4 additions and 17 deletions
|
@ -9,7 +9,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "pycore_interp_structs.h" // struct codecs_state
|
||||
#include "pycore_lock.h" // PyMutex
|
||||
|
||||
/* Initialize codecs-related state for the given interpreter, including
|
||||
registering the first codec search function. Must be called before any other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue