Download raw body.
numpy 1.24.1 -> 1.25.2
btw: --disable-optimization is still needed on i386. I'm not going to try
to debug it but here's the backtrace in case anyone's interested.
$ egdb python3.10 python3.10.core
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i386-unknown-openbsd7.4".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python3.10...
(No debugging symbols found in python3.10)
[New process 420349]
warning: Unexpected size of section `.reg2/420349' in core file.
Core was generated by `python3.10'.
Program terminated with signal SIGSEGV, Segmentation fault.
warning: Unexpected size of section `.reg2/420349' in core file.
#0 0x035e9aa0 in __pyx_pw_5numpy_6random_13bit_generator_1_int_to_uint32_array ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
(gdb) bt
#0 0x035e9aa0 in __pyx_pw_5numpy_6random_13bit_generator_1_int_to_uint32_array ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#1 0x035e04dc in __Pyx_PyObject_CallOneArg ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#2 0x035efaf5 in __pyx_pw_5numpy_6random_13bit_generator_3_coerce_to_uint32_array ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#3 0x035e7618 in __pyx_f_5numpy_6random_13bit_generator_12SeedSequence_get_assembled_entropy ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#4 0x035eae2f in __pyx_pw_5numpy_6random_13bit_generator_12SeedSequence_1__init__ ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#5 0x0bb29971 in type_call (type=0x12510, args=(None,), kwds=0x0) at Objects/typeobject.c:1135
#6 0x035e03e6 in __Pyx__PyObject_CallOneArg ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#7 0x035ecea1 in __pyx_pw_5numpy_6random_13bit_generator_12BitGenerator_1__init__ ()
from /usr/local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310.so
#8 0x0bb24340 in wrap_init (self=<numpy.random._mt19937.MT19937 at remote 0x59287608>, args=(None,),
wrapped=0x35ec980 <__pyx_pw_5numpy_6random_13bit_generator_12BitGenerator_1__init__>, kwds=0x0)
at Objects/typeobject.c:6954
#9 0x0babee8b in wrapperdescr_raw_call (self=<numpy.random._mt19937.MT19937 at remote 0x59287608>, args=(None,),
kwds=0x0, descr=<optimized out>) at Objects/descrobject.c:506
#10 wrapperdescr_call (descr=0x502e4e38, args=(None,), kwds=0x0) at Objects/descrobject.c:552
#11 0x0ef473ff in __pyx_pw_5numpy_6random_8_mt19937_7MT19937_1__init__ ()
from /usr/local/lib/python3.10/site-packages/numpy/random/_mt19937.cpython-310.so
#12 0x0bb29971 in type_call (type=0x12510, args=(), kwds=0x0) at Objects/typeobject.c:1135
#13 0x08cbc4e0 in __pyx_pw_5numpy_6random_6mtrand_11RandomState_1__init__ ()
from /usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so
#14 0x0bb29971 in type_call (type=0x12510, args=(), kwds=0x0) at Objects/typeobject.c:1135
#15 0x08ca2033 in __Pyx_PyObject_CallNoArg () from /usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so
#16 0x08cac4cd in __pyx_pymod_exec_mtrand () from /usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so
#17 0x0bb04287 in PyModule_ExecDef (module=<module at remote 0x502e18e8>, def=0x28c83a20 <__pyx_moduledef>) at Objects/moduleobject.c:407
#18 0x0bbc575a in exec_builtin_or_dynamic (mod=<module at remote 0x502e18e8>) at Python/import.c:1998
#19 _imp_exec_dynamic_impl (mod=<module at remote 0x502e18e8>, module=<optimized out>) at Python/import.c:2072
#20 _imp_exec_dynamic (module=<optimized out>, mod=<module at remote 0x502e18e8>) at Python/clinic/import.c.h:358
#21 0x0bb019a6 in cfunction_vectorcall_O (func=<built-in method exec_dynamic of module object at remote 0x4f038c58>, args=0x502de784, nargsf=1, kwnames=0x0) at Objects/methodobject.c:516
#22 0x0bab28e2 in PyVectorcall_Call (callable=<built-in method exec_dynamic of module object at remote 0x4f038c58>, tuple=(<module at remote 0x502e18e8>,), kwargs={}) at Objects/call.c:255
#23 0x0bab2978 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method exec_dynamic of module object at remote 0x4f038c58>, args=(<module at remote 0x502e18e8>,), kwargs={}) at Objects/call.c:290
#24 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5dadf188, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec_dynamic of module object at remote 0x4f038c58>, args=(<module at remote 0x502e18e8>,), kwds={}), throwflag=0) at Objects/call.c:317
#25 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5dadf188, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec_dynamic of module object at remote 0x4f038c58>, args=(<module at remote 0x502e18e8>,), kwds={}), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#26 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x7eb0b6ec, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#27 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x7eb0b6ec, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#28 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e5404, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#29 0x0bb949f8 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7eb0b5a8, for file <frozen importlib._bootstrap_external>, line 1184, in exec_module (self=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, module=<module at remote 0x502e18e8>), throwflag=0) at Python/ceval.c:4181
#30 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7eb0b5a8, for file <frozen importlib._bootstrap_external>, line 1184, in exec_module (self=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, module=<module at remote 0x502e18e8>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#31 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x78b2774c, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#32 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x73416cd0>, stack=0x78b2774c, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#33 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e55a4, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#34 0x0bb949db in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x78b27608, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random.mtrand', loader=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached=None, _initializing=True) at remote 0x502de7f0>, module=<module at remote 0x502e18e8>), throwflag=0) at Python/ceval.c:4198
#35 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x78b27608, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random.mtrand', loader=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached=None, _initializing=True) at remote 0x502de7f0>, module=<module at remote 0x502e18e8>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#36 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x4791792c, argcount=1, kwnames=0x0) at Python/ceval.c:5067
#37 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03a4a8>, stack=0x4791792c, nargsf=2147483649, kwnames=0x0) at ./Include/cpython/abstract.h:58
#38 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e5740, oparg=1, kwnames=0x0) at ./Include/cpython/abstract.h:114
#39 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x479177d0, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random.mtrand', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy/random'], parent='numpy.random', parent_module=<module at remote 0x502ddde8>, spec=<ModuleSpec(name='numpy.random.mtrand', loader=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached=None, _initializing=True) at remote 0x502de7f0>), throwflag=0) at Python/ceval.c:4213
#40 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x479177d0, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random.mtrand', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy/random'], parent='numpy.random', parent_module=<module at remote 0x502ddde8>, spec=<ModuleSpec(name='numpy.random.mtrand', loader=<ExtensionFileLoader(name='numpy.random.mtrand', path='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so') at remote 0x502de850>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310.so', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached=None, _initializing=True) at remote 0x502de7f0>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#41 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x5c2658a4, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#42 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ad60>, stack=0x5c2658a4, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#43 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e58e0, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#44 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5c265758, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random.mtrand', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at Python/ceval.c:4213
#45 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5c265758, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random.mtrand', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#46 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e59f4, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#47 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ada8>, stack=0xcf7e59f4, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:58
#48 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e59f4, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#49 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ada8>, vargs=<optimized out>) at Objects/call.c:734
#50 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959528 <import_find_and_load.PyId__find_and_load>) at Objects/call.c:825
#51 0x0bbc17f2 in PyImport_ImportModuleLevelObject (name='mtrand', globals={'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0x4f03996...(truncated), locals=<optimized out>, fromlist=('RandomState',), level=1) at Python/import.c:1522
#52 0x0bb98002 in import_name (tstate=<optimized out>, f=<optimized out>, name='mtrand', fromlist=('RandomState',), level=1) at Python/ceval.c:6018
#53 0x0bb92f34 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5dac6990, for file /usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py, line 1, in <module> (), throwflag=0) at Python/ceval.c:3695
#54 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5dac6990, for file /usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py, line 1, in <module> (), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#55 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals={'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0x4f03996...(truncated), args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:5067
#56 0x0bb8c795 in PyEval_EvalCode (co=<code at remote 0x502e31c0>, globals={'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0x4f03996...(truncated), locals={'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0x4f03996...(truncated)) at Python/ceval.c:1134
#57 0x0bb86fb2 in builtin_exec (module=<optimized out>, args=0x502c3e54, nargs=2) at Python/bltinmodule.c:1058
#58 0x0bb01678 in cfunction_vectorcall_FASTCALL (func=<built-in method exec of module object at remote 0x4f01faa0>, args=0x502c3e54, nargsf=2, kwnames=0x0) at Objects/methodobject.c:430
#59 0x0bab28e2 in PyVectorcall_Call (callable=<built-in method exec of module object at remote 0x4f01faa0>, tuple=(<code at remote 0x502e31c0>, {'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader...(truncated), kwargs={}) at Objects/call.c:255
#60 0x0bab2978 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e31c0>, {'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader...(truncated), kwargs={}) at Objects/call.c:290
#61 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5dadf028, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e31c0>, {'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__d...(truncated), throwflag=0) at Objects/call.c:317
#62 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5dadf028, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e31c0>, {'__name__': 'numpy.random._pickle', '__doc__': None, '__package__': 'numpy.random', '__loader__': <SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, '__spec__': <ModuleSpec(name='numpy.random._pickle', loader=<...>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, '__file__': '/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', '__cached__': '/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', '__builtins__': {'__name__': 'builtins', '__d...(truncated), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#63 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x73fb8dd0, argcount=3, kwnames=0x0) at Python/ceval.c:5067
#64 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x73fb8dd0, nargsf=2147483651, kwnames=0x0) at ./Include/cpython/abstract.h:58
#65 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e5f40, oparg=3, kwnames=0x0) at ./Include/cpython/abstract.h:114
#66 0x0bb949f8 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x73fb8c88, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, module=<module at remote 0x502e1690>, code=<code at remote 0x502e31c0>), throwflag=0) at Python/ceval.c:4181
#67 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x73fb8c88, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, module=<module at remote 0x502e1690>, code=<code at remote 0x502e31c0>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#68 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x53909c5c, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#69 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x734164f0>, stack=0x53909c5c, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#70 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e60e0, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#71 0x0bb949db in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x53909b18, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random._pickle', loader=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, module=<module at remote 0x502e1690>), throwflag=0) at Python/ceval.c:4198
#72 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x53909b18, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random._pickle', loader=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>, module=<module at remote 0x502e1690>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#73 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x47917494, argcount=1, kwnames=0x0) at Python/ceval.c:5067
#74 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03a4a8>, stack=0x47917494, nargsf=2147483649, kwnames=0x0) at ./Include/cpython/abstract.h:58
#75 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e627c, oparg=1, kwnames=0x0) at ./Include/cpython/abstract.h:114
#76 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x47917338, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random._pickle', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy/random'], parent='numpy.random', parent_module=<module at remote 0x502ddde8>, spec=<ModuleSpec(name='numpy.random._pickle', loader=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>), throwflag=0) at Python/ceval.c:4213
#77 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x47917338, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random._pickle', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy/random'], parent='numpy.random', parent_module=<module at remote 0x502ddde8>, spec=<ModuleSpec(name='numpy.random._pickle', loader=<SourceFileLoader(name='numpy.random._pickle', path='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py') at remote 0x502de700>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/_pickle.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc', _initializing=True) at remote 0x502de6a0>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#78 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x4f106464, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#79 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ad60>, stack=0x4f106464, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#80 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e641c, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#81 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x4f106318, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random._pickle', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at Python/ceval.c:4213
#82 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x4f106318, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random._pickle', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#83 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e6530, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#84 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ada8>, stack=0xcf7e6530, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:58
#85 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e6530, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#86 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ada8>, vargs=<optimized out>) at Objects/call.c:734
#87 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959528 <import_find_and_load.PyId__find_and_load>) at Objects/call.c:825
#88 0x0bbc17f2 in PyImport_ImportModuleLevelObject (name='numpy.random._pickle', globals=0x0, locals=<optimized out>, fromlist=0x0, level=0) at Python/import.c:1522
#89 0x0bb85a25 in builtin___import__ (self=<optimized out>, args=('numpy.random._pickle',), kwds={}) at Python/bltinmodule.c:272
#90 0x0bb01e7d in cfunction_call (func=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random._pickle',), kwargs={}) at Objects/methodobject.c:543
#91 0x0bab29b9 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random._pickle',), kwargs={}) at Objects/call.c:305
#92 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5c248648, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random._pickle',), kwds={}), throwflag=0) at Objects/call.c:317
#93 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5c248648, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random._pickle',), kwds={}), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#94 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x7221af94, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#95 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x7221af94, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#96 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e6874, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#97 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7221ae38, for file <frozen importlib._bootstrap>, line 1078, in _handle_fromlist (module=<module at remote 0x502ddde8>, fromlist=('_pickle',), import_=<built-in method __import__ of module object at remote 0x4f01faa0>, recursive=False, x='_pickle', from_name='numpy.random._pickle'), throwflag=0) at Python/ceval.c:4213
#98 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7221ae38, for file <frozen importlib._bootstrap>, line 1078, in _handle_fromlist (module=<module at remote 0x502ddde8>, fromlist=('_pickle',), import_=<built-in method __import__ of module object at remote 0x4f01faa0>, recursive=False, x='_pickle', from_name='numpy.random._pickle'), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#99 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e6988, argcount=3, kwnames=0x0) at Python/ceval.c:5067
#100 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ae38>, stack=0xcf7e6988, nargsf=3, kwnames=0x0) at ./Include/cpython/abstract.h:58
#101 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e6988, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#102 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ae38>, vargs=<optimized out>) at Objects/call.c:734
#103 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959490 <PyImport_ImportModuleLevelObject.PyId__handle_fromlist>) at Objects/call.c:825
#104 0x0bbc1998 in PyImport_ImportModuleLevelObject (name='', globals={'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n============================================= ===\n\n\nL...(truncated), locals=<optimized out>, fromlist=('_pickle',), level=1) at Python/import.c:1694
#105 0x0bb98002 in import_name (tstate=<optimized out>, f=<optimized out>, name='', fromlist=('_pickle',), level=1) at Python/ceval.c:6018
#106 0x0bb92f34 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7222d4c0, for file /usr/local/lib/python3.10/site-packages/numpy/random/__init__.py, line 180, in <module> (), throwflag=0) at Python/ceval.c:3695
#107 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7222d4c0, for file /usr/local/lib/python3.10/site-packages/numpy/random/__init__.py, line 180, in <module> (), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#108 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals={'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n============================================= ===\n\n\nL...(truncated), args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:5067
#109 0x0bb8c795 in PyEval_EvalCode (co=<code at remote 0x502e3020>, globals={'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n============================================= ===\n\n\nL...(truncated), locals={'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n============================================= ===\n\n\nL...(truncated)) at Python/ceval.c:1134
#110 0x0bb86fb2 in builtin_exec (module=<optimized out>, args=0x502c3d14, nargs=2) at Python/bltinmodule.c:1058
#111 0x0bb01678 in cfunction_vectorcall_FASTCALL (func=<built-in method exec of module object at remote 0x4f01faa0>, args=0x502c3d14, nargsf=2, kwnames=0x0) at Objects/methodobject.c:430
#112 0x0bab28e2 in PyVectorcall_Call (callable=<built-in method exec of module object at remote 0x4f01faa0>, tuple=(<code at remote 0x502e3020>, {'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n==========================...(truncated), kwargs={}) at Objects/call.c:255
#113 0x0bab2978 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e3020>, {'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n============================================= ===\nGetting entropy to initialize a BitGenerator\n--------------------------------------------- ---\nSeedSequence\n==========================...(truncated), kwargs={}) at Objects/call.c:290
#114 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5c273988, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e3020>, {'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n=====================...(truncated), throwflag=0) at Objects/call.c:317
#115 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5c273988, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x502e3020>, {'__name__': 'numpy.random', '__doc__': '\n========================\nRandom Number Generation\n========================\n\nUse ``default_rng()`` to create a `Generator` and call its methods.\n\n=============== =========================================================\nGenerator\n--------------- ---------------------------------------------------------\nGenerator Class implementing all of the random number distributions\ndefault_rng Default constructor for ``Generator``\n=============== =========================================================\n\n============================================= ===\nBitGenerator Streams that work with Generator\n--------------------------------------------- ---\nMT19937\nPCG64\nPCG64DXSM\nPhilox\nSFC64\n============================================= ===\n\n=====================...(truncated), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#116 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x734229b0, argcount=3, kwnames=0x0) at Python/ceval.c:5067
#117 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x734229b0, nargsf=2147483651, kwnames=0x0) at ./Include/cpython/abstract.h:58
#118 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e6ed8, oparg=3, kwnames=0x0) at ./Include/cpython/abstract.h:114
#119 0x0bb949f8 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x73422868, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, module=<module at remote 0x502ddde8>, code=<code at remote 0x502e3020>), throwflag=0) at Python/ceval.c:4181
#120 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x73422868, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, module=<module at remote 0x502ddde8>, code=<code at remote 0x502e3020>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#121 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x7221e8c4, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#122 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x734164f0>, stack=0x7221e8c4, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#123 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e7078, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#124 0x0bb949db in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7221e780, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random', loader=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy/random'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x502de568>, module=<module at remote 0x502ddde8>), throwflag=0) at Python/ceval.c:4198
#125 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7221e780, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy.random', loader=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy/random'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x502de568>, module=<module at remote 0x502ddde8>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#126 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x7221a7c4, argcount=1, kwnames=0x0) at Python/ceval.c:5067
#127 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03a4a8>, stack=0x7221a7c4, nargsf=2147483649, kwnames=0x0) at ./Include/cpython/abstract.h:58
#128 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e7214, oparg=1, kwnames=0x0) at ./Include/cpython/abstract.h:114
#129 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7221a668, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy'], parent='numpy', parent_module=<module at remote 0x7eaede38>, spec=<ModuleSpec(name='numpy.random', loader=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy/random'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x502de568>), throwflag=0) at Python/ceval.c:4213
#130 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7221a668, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy.random', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=['/usr/local/lib/python3.10/site-packages/numpy'], parent='numpy', parent_module=<module at remote 0x7eaede38>, spec=<ModuleSpec(name='numpy.random', loader=<SourceFileLoader(name='numpy.random', path='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py') at remote 0x502de5c8>, origin='/usr/local/lib/python3.10/site-packages/numpy/random/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy/random'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x502de568>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#131 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x7221a944, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#132 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ad60>, stack=0x7221a944, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#133 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e73b4, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#134 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7221a7f8, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at Python/ceval.c:4213
#135 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7221a7f8, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy.random', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#136 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e74c8, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#137 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ada8>, stack=0xcf7e74c8, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:58
#138 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e74c8, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#139 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ada8>, vargs=<optimized out>) at Objects/call.c:734
#140 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959528 <import_find_and_load.PyId__find_and_load>) at Objects/call.c:825
#141 0x0bbc17f2 in PyImport_ImportModuleLevelObject (name='numpy.random', globals=0x0, locals=<optimized out>, fromlist=0x0, level=0) at Python/import.c:1522
#142 0x0bb85a25 in builtin___import__ (self=<optimized out>, args=('numpy.random',), kwds={}) at Python/bltinmodule.c:272
#143 0x0bb01e7d in cfunction_call (func=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random',), kwargs={}) at Objects/methodobject.c:543
#144 0x0bab29b9 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random',), kwargs={}) at Objects/call.c:305
#145 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x73fb89c8, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random',), kwds={}), throwflag=0) at Objects/call.c:317
#146 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x73fb89c8, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method __import__ of module object at remote 0x4f01faa0>, args=('numpy.random',), kwds={}), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#147 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x5c273e04, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#148 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x5c273e04, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#149 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e780c, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#150 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x5c273ca8, for file <frozen importlib._bootstrap>, line 1078, in _handle_fromlist (module=<module at remote 0x7eaede38>, fromlist=('random',), import_=<built-in method __import__ of module object at remote 0x4f01faa0>, recursive=False, x='random', from_name='numpy.random'), throwflag=0) at Python/ceval.c:4213
#151 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x5c273ca8, for file <frozen importlib._bootstrap>, line 1078, in _handle_fromlist (module=<module at remote 0x7eaede38>, fromlist=('random',), import_=<built-in method __import__ of module object at remote 0x4f01faa0>, recursive=False, x='random', from_name='numpy.random'), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#152 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e7920, argcount=3, kwnames=0x0) at Python/ceval.c:5067
#153 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ae38>, stack=0xcf7e7920, nargsf=3, kwnames=0x0) at ./Include/cpython/abstract.h:58
#154 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e7920, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#155 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ae38>, vargs=<optimized out>) at Objects/call.c:734
#156 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959490 <PyImport_ImportModuleLevelObject.PyId__handle_fromlist>) at Objects/call.c:825
#157 0x0bbc1998 in PyImport_ImportModuleLevelObject (name='', globals={'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some objects, ``np.info(obj)`` may pro...(truncated), locals=<optimized out>, fromlist=('random',), level=1) at Python/import.c:1694
#158 0x0bb98002 in import_name (tstate=<optimized out>, f=<optimized out>, name='', fromlist=('random',), level=1) at Python/ceval.c:6018
#159 0x0bb92f34 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x73442028, for file /usr/local/lib/python3.10/site-packages/numpy/__init__.py, line 152, in <module> (), throwflag=0) at Python/ceval.c:3695
#160 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x73442028, for file /usr/local/lib/python3.10/site-packages/numpy/__init__.py, line 152, in <module> (), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#161 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals={'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some objects, ``np.info(obj)`` may pro...(truncated), args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:5067
#162 0x0bb8c795 in PyEval_EvalCode (co=<code at remote 0x4f0dbdf0>, globals={'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some objects, ``np.info(obj)`` may pro...(truncated), locals={'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some objects, ``np.info(obj)`` may pro...(truncated)) at Python/ceval.c:1134
#163 0x0bb86fb2 in builtin_exec (module=<optimized out>, args=0x4f10d874, nargs=2) at Python/bltinmodule.c:1058
#164 0x0bb01678 in cfunction_vectorcall_FASTCALL (func=<built-in method exec of module object at remote 0x4f01faa0>, args=0x4f10d874, nargsf=2, kwnames=0x0) at Objects/methodobject.c:430
#165 0x0bab28e2 in PyVectorcall_Call (callable=<built-in method exec of module object at remote 0x4f01faa0>, tuple=(<code at remote 0x4f0dbdf0>, {'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some obj...(truncated), kwargs={}) at Objects/call.c:255
#166 0x0bab2978 in _PyObject_Call (tstate=0x437b9500, callable=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x4f0dbdf0>, {'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::\n\n >>> x = 42\n >>> x = x + 1\n\nUse the built-in ``help`` function to view a function's docstring::\n\n >>> help(np.sort)\n ... # doctest: +SKIP\n\nFor some obj...(truncated), kwargs={}) at Objects/call.c:290
#167 0x0bb94d9a in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x59db3b28, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x4f0dbdf0>, {'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::...(truncated), throwflag=0) at Objects/call.c:317
#168 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x59db3b28, for file <frozen importlib._bootstrap>, line 241, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x4f01faa0>, args=(<code at remote 0x4f0dbdf0>, {'__name__': 'numpy', '__doc__': "\nNumPy\n=====\n\nProvides\n 1. An array object of arbitrary homogeneous items\n 2. Fast mathematical operations over arrays\n 3. Linear Algebra, Fourier Transforms, Random Number Generation\n\nHow to use the documentation\n----------------------------\nDocumentation is available in two forms: docstrings provided\nwith the code, and a loose standing reference guide, available from\n`the NumPy homepage <https://numpy.org>`_.\n\nWe recommend exploring the docstrings using\n`IPython <https://ipython.org>`_, an advanced Python shell with\nTAB-completion and introspection capabilities. See below for further\ninstructions.\n\nThe docstring examples assume that `numpy` has been imported as ``np``::\n\n >>> import numpy as np\n\nCode snippets are indicated by three greater-than signs::...(truncated), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#169 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x4f0f6590, argcount=3, kwnames=0x0) at Python/ceval.c:5067
#170 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x53912e80>, stack=0x4f0f6590, nargsf=2147483651, kwnames=0x0) at ./Include/cpython/abstract.h:58
#171 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e7e70, oparg=3, kwnames=0x0) at ./Include/cpython/abstract.h:114
#172 0x0bb949f8 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x4f0f6448, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, module=<module at remote 0x7eaede38>, code=<code at remote 0x4f0dbdf0>), throwflag=0) at Python/ceval.c:4181
#173 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x4f0f6448, for file <frozen importlib._bootstrap_external>, line 883, in exec_module (self=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, module=<module at remote 0x7eaede38>, code=<code at remote 0x4f0dbdf0>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#174 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x59d9fd2c, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#175 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x734164f0>, stack=0x59d9fd2c, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#176 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e8010, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#177 0x0bb949db in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x59d9fbe8, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy', loader=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, origin='/usr/local/lib/python3.10/site-packages/numpy/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x59dd1268>, module=<module at remote 0x7eaede38>), throwflag=0) at Python/ceval.c:4198
#178 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x59d9fbe8, for file <frozen importlib._bootstrap>, line 688, in _load_unlocked (spec=<ModuleSpec(name='numpy', loader=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, origin='/usr/local/lib/python3.10/site-packages/numpy/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x59dd1268>, module=<module at remote 0x7eaede38>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#179 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x4f10530c, argcount=1, kwnames=0x0) at Python/ceval.c:5067
#180 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03a4a8>, stack=0x4f10530c, nargsf=2147483649, kwnames=0x0) at ./Include/cpython/abstract.h:58
#181 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e81ac, oparg=1, kwnames=0x0) at ./Include/cpython/abstract.h:114
#182 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x4f1051b0, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=None, parent='', spec=<ModuleSpec(name='numpy', loader=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, origin='/usr/local/lib/python3.10/site-packages/numpy/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x59dd1268>), throwflag=0) at Python/ceval.c:4213
#183 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x4f1051b0, for file <frozen importlib._bootstrap>, line 1006, in _find_and_load_unlocked (name='numpy', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, path=None, parent='', spec=<ModuleSpec(name='numpy', loader=<SourceFileLoader(name='numpy', path='/usr/local/lib/python3.10/site-packages/numpy/__init__.py') at remote 0x59dd12b0>, origin='/usr/local/lib/python3.10/site-packages/numpy/__init__.py', loader_state=None, submodule_search_locations=['/usr/local/lib/python3.10/site-packages/numpy'], _set_fileattr=True, _cached='/usr/local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc', _initializing=True) at remote 0x59dd1268>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#184 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0x73442db4, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#185 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ad60>, stack=0x73442db4, nargsf=2147483650, kwnames=0x0) at ./Include/cpython/abstract.h:58
#186 0x0bb98db6 in call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0xcf7e834c, oparg=2, kwnames=0x0) at ./Include/cpython/abstract.h:114
#187 0x0bb94a90 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x73442c68, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at Python/ceval.c:4213
#188 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x73442c68, for file <frozen importlib._bootstrap>, line 1027, in _find_and_load (name='numpy', import_=<built-in method __import__ of module object at remote 0x4f01faa0>, module=<object at remote 0x5392f038>), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#189 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=0x0, args=0xcf7e8460, argcount=2, kwnames=0x0) at Python/ceval.c:5067
#190 0x0bab2b50 in _PyFunction_Vectorcall (func=<function at remote 0x4f03ada8>, stack=0xcf7e8460, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:58
#191 0x0bab3d16 in _PyObject_VectorcallTstate (tstate=0x437b9500, callable=<unknown at remote 0x6f195401>, args=0xcf7e8460, kwnames=0x0, nargsf=<optimized out>) at ./Include/cpython/abstract.h:114
#192 object_vacall (tstate=0x437b9500, base=<optimized out>, callable=<function at remote 0x4f03ada8>, vargs=<optimized out>) at Objects/call.c:734
#193 0x0bab3e84 in _PyObject_CallMethodIdObjArgs (obj=<optimized out>, name=0x2b959528 <import_find_and_load.PyId__find_and_load>) at Objects/call.c:825
#194 0x0bbc17f2 in PyImport_ImportModuleLevelObject (name='numpy', globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <type at remote 0x4f039960>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x4f01faa0>}, locals=<optimized out>, fromlist=None, level=0) at Python/import.c:1522
#195 0x0bb98002 in import_name (tstate=<optimized out>, f=<optimized out>, name='numpy', fromlist=None, level=0) at Python/ceval.c:6018
#196 0x0bb92f34 in _PyEval_EvalFrameDefault (tstate=0x437b9500, f=Frame 0x7342d308, for file <string>, line 1, in <module> (), throwflag=0) at Python/ceval.c:3695
#197 0x0bb8d167 in _PyEval_EvalFrame (tstate=0x437b9500, f=Frame 0x7342d308, for file <string>, line 1, in <module> (), throwflag=0) at ./Include/internal/pycore_ceval.h:46
#198 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <type at remote 0x4f039960>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x4f01faa0>}, args=0x0, argcount=0, kwnames=0x0) at Python/ceval.c:5067
#199 0x0bbe8ef3 in run_mod (mod=<optimized out>, filename=<optimized out>, globals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <type at remote 0x4f039960>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x4f01faa0>}, locals={'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <type at remote 0x4f039960>, '__spec__': None, '__annotations__': {}, '__builtins__': <module at remote 0x4f01faa0>}, flags=0xcf7e8740, arena=0x538f2d10) at Python/ceval.c:1134
#200 0x0bbeb730 in PyRun_SimpleStringFlags (command=0x4f0de630 "import numpy ; numpy.test()\n", flags=0xcf7e8740) at Python/pythonrun.c:1183
#201 0x0bc0d50f in pymain_run_command (command=<optimized out>) at Modules/main.c:248
#202 pymain_run_python (exitcode=<optimized out>) at Modules/main.c:578
#203 Py_RunMain () at Modules/main.c:666
#204 0x0bc0ee65 in pymain_main (args=<optimized out>) at Modules/main.c:696
#205 0x0bc0ef12 in Py_BytesMain (argc=3, argv=0xcf7e89d4) at Modules/main.c:720
#206 0x19ce681f in ?? ()
#207 0x19ce6683 in _start ()
(gdb)
numpy 1.24.1 -> 1.25.2