[3.13] gh-136759: revert rename lock.h to pylock.h (GH-137041) (#137075) (#137166)

Revert "[3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)"

This reverts commit 74503acba7.
This commit is contained in:
Kumar Aditya 2025-07-28 17:49:32 +05:30 committed by GitHub
parent 505e2a4a2d
commit 3f57d9be8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 10 deletions

View file

@ -68,7 +68,7 @@
#include "pybuffer.h"
#include "pystats.h"
#include "pyatomic.h"
#include "pylock.h"
#include "lock.h"
#include "object.h"
#include "objimpl.h"
#include "typeslots.h"