mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Keep Include/cpython/pylock.h and Include/cpython/monitoring.h.
This commit is contained in:
parent
1cf22600f1
commit
5a77f02d72
9 changed files with 30 additions and 48 deletions
|
|
@ -78,7 +78,7 @@ __pragma(warning(disable: 4201))
|
|||
#include "pybuffer.h"
|
||||
#include "pystats.h"
|
||||
#include "pyatomic.h"
|
||||
#include "pylock.h"
|
||||
#include "cpython/pylock.h"
|
||||
#include "critical_section.h"
|
||||
#include "object.h"
|
||||
#include "refcount.h"
|
||||
|
|
@ -105,7 +105,7 @@ __pragma(warning(disable: 4201))
|
|||
#include "setobject.h"
|
||||
#include "methodobject.h"
|
||||
#include "moduleobject.h"
|
||||
#include "monitoring.h"
|
||||
#include "cpython/monitoring.h"
|
||||
#include "cpython/funcobject.h"
|
||||
#include "cpython/classobject.h"
|
||||
#include "fileobject.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue