mirror of
https://github.com/python/cpython.git
synced 2025-10-20 00:13:47 +00:00
gh-136759: rename lock.h
to pylock.h
(#137041)
Rename `lock.h` to `pylock.h` to avoid conflicts with headers of other projects.
This commit is contained in:
parent
ae4d27eba7
commit
ec02db5caa
8 changed files with 10 additions and 9 deletions
|
@ -68,7 +68,7 @@
|
|||
#include "pybuffer.h"
|
||||
#include "pystats.h"
|
||||
#include "pyatomic.h"
|
||||
#include "lock.h"
|
||||
#include "pylock.h"
|
||||
#include "critical_section.h"
|
||||
#include "object.h"
|
||||
#include "refcount.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue