8000 gh-91048: Refactor _testexternalinspection and add Windows support by pablogsal · Pull Request #132852 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91048: Refactor _testexternalinspection and add Windows support #132852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 25, 2025
Merged
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
pablogsal committed Apr 25, 2025
commit 0fc495f32e8dddb5282cb8f6767784bcbf340d06
4 changes: 2 additions & 2 deletions Include/internal/pycore_remote_debug.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
IMPORTANT: This header file is full of static functions that are not exported.
IMPORTANT: This header file is full of static functions that are not exported.

The reason is that we don't want to export these functions to the Python API
The reason is that we don't want to export these functions to the Python API
and they can be used both for the interpreter and some shared libraries. The
reason we don't want to export them is to avoid having them participating in
return-oriented programming attacks.
Expand Down
0