FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-130396: Use computed stack limits on linux by markshannon · Pull Request #130398 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-130396: Use computed stack limits on linux
- #130398
#130398
Merged
markshannon
merged 22 commits into
python:main
python/cpython:main
from
faster-cpython:gnu-stack-overflow-check
faster-cpython/cpython:gnu-stack-overflow-check
Copy head branch name to clipboard
Feb 25, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
GH-130396: Use computed stack limits on linux
#130398
markshannon
merged 22 commits into
python:main
python/cpython:main
from
faster-cpython:gnu-stack-overflow-check
faster-cpython/cpython:gnu-stack-overflow-check
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2025
Revert "GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)"
Show description for d50ba27
markshannon
committed
d50ba27
View commit details
Copy full SHA for d50ba27
Browse repository at this point
Use pthread_getattr_np to determine stack limits on systems supporting _GNU_SOURCE
markshannon
committed
3fa536f
View commit details
Copy full SHA for 3fa536f
Browse repository at this point
Add news
markshannon
committed
6823fee
View commit details
Copy full SHA for 6823fee
Browse repository at this point
Use config option
markshannon
committed
ad4eb6e
View commit details
Copy full SHA for ad4eb6e
Browse repository at this point
Manually update config
markshannon
committed
93a681a
View commit details
Copy full SHA for 93a681a
Browse repository at this point
Add some asserts and up limits
markshannon
committed
f6f68f6
View commit details
Copy full SHA for f6f68f6
Browse repository at this point
increase limits and use builtin functions to get stack pointer
markshannon
committed
e23fdee
View commit details
Copy full SHA for e23fdee
Browse repository at this point
Increase test limits even more
markshannon
committed
881fded
View commit details
Copy full SHA for 881fded
Browse repository at this point
Make stack check handle sanitizers better
markshannon
committed
d112618
View commit details
Copy full SHA for d112618
Browse repository at this point
Add stack protection to code gen
markshannon
committed
d215d21
View commit details
Copy full SHA for d215d21
Browse repository at this point
Fix test_compile
markshannon
committed
4fae07e
View commit details
Copy full SHA for 4fae07e
Browse repository at this point
Get a few more test passing on WASI
markshannon
committed
20298c6
View commit details
Copy full SHA for 20298c6
Browse repository at this point
Skip more WASI tests
markshannon
committed
ba96443
View commit details
Copy full SHA for ba96443
Browse repository at this point
Incorporate feedback from review and buildbots
markshannon
committed
b274143
View commit details
Copy full SHA for b274143
Browse repository at this point
Address review comments
markshannon
committed
e4a7a3d
View commit details
Copy full SHA for e4a7a3d
Browse repository at this point
Try to avoid C compiler optimizing out local address
markshannon
committed
7effdc5
View commit details
Copy full SHA for 7effdc5
Browse repository at this point
Fix typo
markshannon
committed
28ea776
View commit details
Copy full SHA for 28ea776
Browse repository at this point
Only define helper if needed
markshannon
committed
1d76b48
View commit details
Copy full SHA for 1d76b48
Browse repository at this point
Revert to estimated stack size for AIX
markshannon
committed
415906c
View commit details
Copy full SHA for 415906c
Browse repository at this point
Try moving call to GC
markshannon
committed
d13a059
View commit details
Copy full SHA for d13a059
Browse repository at this point
Move gc.collect closer to count
markshannon
committed
b3ccffc
View commit details
Copy full SHA for b3ccffc
Browse repository at this point
Merge branch 'main' into gnu-stack-overflow-check
markshannon
committed
a2c1656
View commit details
Copy full SHA for a2c1656
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL