Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ python_has_inlined_eval_frames
Function
python_has_inlined_eval_frames
tests/utils.py:208–209 ·
view source on GitHub ↗
(major: int, minor: int)
Source
from the content-addressed store, hash-verified
206
207
208
def
python_has_inlined_eval_frames(major: int, minor: int) -> bool:
209
return
(major, minor) >= (3, 11)
210
211
212
def
python_has_position_information(major: int, minor: int) -> bool:
Callers
5
test_single_thread_stack
Function · 0.90
test_single_thread_stack_from_elf_data
Function · 0.90
test_inlined_python_calls
Function · 0.90
test_single_thread_stack_native
Function · 0.90
test_inlined_python_calls
Function · 0.90
Calls
no outgoing calls
Tested by
5
test_single_thread_stack
Function · 0.72
test_single_thread_stack_from_elf_data
Function · 0.72
test_inlined_python_calls
Function · 0.72
test_single_thread_stack_native
Function · 0.72
test_inlined_python_calls
Function · 0.72