This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arcivanov
Recipients BTaskaya, arcivanov, vstinner
Date 2020-07-02.13:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593695646.68.0.320857335004.issue41194@roundup.psfhosted.org>
In-reply-to
Content
So as soon as I started using CPython 3.9.0b3 with debug, the stack trace changed and the corruption apparently occurs in the GC, probably because the assertion is triggered vs release-style build:

    Modules/gcmodule.c:114: gc_decref: Assertion "gc_get_refs(g) > 0" failed: refcount is too small
    Enable tracemalloc to get the memory block allocation traceback
    
    object address  : 0x7f8566e1b110
    object refcount : 1
    object type     : 0x85e160
    object type name: module
    object repr     : <module '_ast' (built-in)>
    
    Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailed
    Python runtime state: initialized
    
    Current thread 0x00007f85743c5740 (most recent call first):
      File "<frozen importlib._bootstrap_external>", line 587 in _compile_bytecode
      File "<frozen importlib._bootstrap_external>", line 918 in get_code
      File "<frozen importlib._bootstrap_external>", line 786 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/_vendor/pkg_resources/extern/__init__.py", line 43 in load_module
      File "<frozen importlib._bootstrap>", line 627 in _load_backward_compatible
      File "<frozen importlib._bootstrap>", line 664 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/_vendor/pkg_resources/_vendor/packaging/requirements.py", line 9 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/extern/__init__.py", line 69 in load_module
      File "<frozen importlib._bootstrap>", line 627 in _load_backward_compatible
      File "<frozen importlib._bootstrap>", line 664 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/_vendor/pkg_resources/__init__.py", line 84 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/extern/__init__.py", line 69 in load_module
      File "<frozen importlib._bootstrap>", line 627 in _load_backward_compatible
      File "<frozen importlib._bootstrap>", line 664 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/pip_common.py", line 19 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/pluginloader.py", line 33 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/reactor.py", line 38 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/cli.py", line 37 in <module>
      File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
      File "<frozen importlib._bootstrap_external>", line 790 in exec_module
      File "<frozen importlib._bootstrap>", line 680 in _load_unlocked
      File "<frozen importlib._bootstrap>", line 986 in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 1007 in _find_and_load
      File "./src/main/python/pybuilder/__init__.py", line 32 in bootstrap
      File "/tmp/IntegrationTestSupportte4n5vz_/build.py", line 31 in <module>
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/runpy.py", line 87 in _run_code
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/runpy.py", line 97 in _run_module_code
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/runpy.py", line 268 in run_path
      File "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_itest_support.py", line 72 in smoke_test
      File "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_clean_tests.py", line 30 in test_build_then_clean
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/case.py", line 550 in _callTestMethod
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/case.py", line 593 in run
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/case.py", line 653 in __call__
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/suite.py", line 122 in run
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/suite.py", line 84 in __call__
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/suite.py", line 122 in run
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/suite.py", line 84 in __call__
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/runner.py", line 176 in run
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/main.py", line 271 in runTests
      File "/home/arcivanov/.pyenv/versions/3.9.0b3-debug/lib/python3.9/unittest/main.py", line 101 in __init__
      File "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_clean_tests.py", line 34 in <module>

$ abrt gdb 78446a5
GNU gdb (GDB) Fedora 9.1-5.fc32
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 "x86_64-redhat-linux-gnu".
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".
No symbol table is loaded.  Use the "file" command.
No symbol table is loaded.  Use the "file" command.
Reading symbols from /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/bin/python...
warning: exec file is newer than core file.
[New LWP 494085]
warning: Unexpected size of section `.reg-xstate/494085' in core file.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.'.
Program terminated with signal SIGSEGV, Segmentation fault.
warning: Unexpected size of section `.reg-xstate/494085' in core file.
#0  0x00000000005961e9 in _PyObject_GC_UNTRACK_impl (filename=0x784cdc "Modules/gcmodule.c", lineno=2200, op=0x7f7505d6ffa0) at ./Include/internal/pycore_object.h:73
73          _PyGCHead_SET_NEXT(prev, next);
From                To                  Syms Read   Shared Object Library
0x00007f75144f9050  0x00007f751450dd69  Yes (*)     /lib64/libcrypt.so.2
0x00007f75144dcaf0  0x00007f75144ebb95  Yes (*)     /lib64/libpthread.so.0
0x00007f75144d0270  0x00007f75144d11c9  Yes (*)     /lib64/libdl.so.2
0x00007f75144ca3f0  0x00007f75144cadb0  Yes (*)     /lib64/libutil.so.1
0x00007f75143923d0  0x00007f751442d078  Yes (*)     /lib64/libm.so.6
0x00007f75141de670  0x00007f751432c80f  Yes (*)     /lib64/libc.so.6
0x00007f751456d110  0x00007f751458d574  Yes (*)     /lib64/ld-linux-x86-64.so.2
0x00007f7514538100  0x00007f7514539c25  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_heapq.cpython-39d-x86_64-linux-gnu.so
0x00007f751455a3e0  0x00007f751455ed09  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/zlib.cpython-39d-x86_64-linux-gnu.so
0x00007f7506cea5f0  0x00007f7506cf7bd8  Yes (*)     /lib64/libz.so.1
0x00007f7514552300  0x00007f7514553f8f  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_bz2.cpython-39d-x86_64-linux-gnu.so
0x00007f7506c96570  0x00007f7506ca2996  Yes (*)     /lib64/libbz2.so.1
0x00007f75145474b0  0x00007f751454abb3  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_lzma.cpython-39d-x86_64-linux-gnu.so
0x00007f7506c6d9f0  0x00007f7506c85076  Yes (*)     /lib64/liblzma.so.5
0x00007f7506d33290  0x00007f7506d340c0  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/grp.cpython-39d-x86_64-linux-gnu.so
0x00007f7506d225a0  0x00007f7506d29c84  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/math.cpython-39d-x86_64-linux-gnu.so
0x00007f7506d19160  0x00007f7506d1a20d  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_bisect.cpython-39d-x86_64-linux-gnu.so
0x00007f7506d0f1a0  0x00007f7506d14add  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_sha512.cpython-39d-x86_64-linux-gnu.so
0x00007f7506d092f0  0x00007f7506d0a9c0  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_random.cpython-39d-x86_64-linux-gnu.so
0x00007f7506b0e5a0  0x00007f7506b1f2c6  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_datetime.cpython-39d-x86_64-linux-gnu.so
0x00007f7506afb430  0x00007f7506b0408b  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_json.cpython-39d-x86_64-linux-gnu.so
0x00007f7506af3400  0x00007f7506af5350  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39d-x86_64-linux-gnu.so
0x00007f7506ae8410  0x00007f7506aeb9bf  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/select.cpython-39d-x86_64-linux-gnu.so
0x00007f7506a5a540  0x00007f7506a5fede  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_struct.cpython-39d-x86_64-linux-gnu.so
0x00007f7506a378f0  0x00007f7506a4b945  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_pickle.cpython-39d-x86_64-linux-gnu.so
0x00007f75069da830  0x00007f75069e659b  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_socket.cpython-39d-x86_64-linux-gnu.so
0x00007f75069c7570  0x00007f75069cec85  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/array.cpython-39d-x86_64-linux-gnu.so
0x00007f75145400f0  0x00007f7514540554  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_opcode.cpython-39d-x86_64-linux-gnu.so
0x00007f75067e8280  0x00007f75067ecbcc  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/binascii.cpython-39d-x86_64-linux-gnu.so
0x00007f75067a8500  0x00007f75067d62be  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/pyexpat.cpython-39d-x86_64-linux-gnu.so
0x00007f75063956b0  0x00007f750639b885  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_hashlib.cpython-39d-x86_64-linux-gnu.so
0x00007f75062e38d0  0x00007f750633016a  Yes (*)     /lib64/libssl.so.1.1
0x00007f7506052000  0x00007f75061fc6c0  Yes (*)     /lib64/libcrypto.so.1.1
0x00007f750637d280  0x00007f750638ced0  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_blake2.cpython-39d-x86_64-linux-gnu.so
0x00007f7505f73290  0x00007f7505f807c3  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_ssl.cpython-39d-x86_64-linux-gnu.so
0x00007f7505dffa90  0x00007f7505e156d2  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_ctypes.cpython-39d-x86_64-linux-gnu.so
0x00007f75063722c0  0x00007f7506376d4c  Yes (*)     /lib64/libffi.so.6
0x00007f7506dfc2b0  0x00007f7506dfd189  Yes         /home/arcivanov/Documents/src/arcivanov/pybuilder/target/venv/test/cpython-3.9.0.beta.3/lib/python3.9/lib-dynload/_multiprocessing.cpython-39d-x86_64-linux-gnu.so
(*): Shared library is missing debugging information.
#0  0x00000000005961e9 in _PyObject_GC_UNTRACK_impl (filename=0x784cdc "Modules/gcmodule.c", lineno=2200, op=0x7f7505d6ffa0) at ./Include/internal/pycore_object.h:73
#1  0x000000000059a0d0 in PyObject_GC_UnTrack (op_raw=0x7f7505d6ffa0) at Modules/gcmodule.c:2200
#2  0x000000000044a86f in list_dealloc (op=0x7f7505d6ffa0) at Objects/listobject.c:327
#3  0x000000000047c8e5 in _Py_Dealloc (op=0x7f7505d6ffa0) at Objects/object.c:2209
#4  0x0000000000608999 in _Py_DECREF (filename=0x7b1c34 "./Modules/_io/textio.c", lineno=1598, op=0x7f7505d6ffa0) at ./Include/object.h:430
#5  0x000000000060d0cc in _textiowrapper_writeflush (self=0x7f75070b39b0) at ./Modules/_io/textio.c:1598
#6  0x0000000000611a0d in _io_TextIOWrapper_flush_impl (self=0x7f75070b39b0) at ./Modules/_io/textio.c:3022
#7  0x00000000006132bc in _io_TextIOWrapper_flush (self=0x7f75070b39b0, _unused_ignored=0x0) at ./Modules/_io/clinic/textio.c.h:685
#8  0x0000000000644d88 in method_vectorcall_NOARGS (func=0x7f75070dcf50, args=0x7ffd8345a868, nargsf=1, kwnames=0x0) at Objects/descrobject.c:434
#9  0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75070dcf50, args=0x7ffd8345a868, nargsf=1, kwnames=0x0) at ./Include/cpython/abstract.h:118
#10 0x00000000004329b6 in PyObject_VectorcallMethod (name=0x7f75071a7a90, args=0x7ffd8345a868, nargsf=1, kwnames=0x0) at Objects/call.c:827
#11 0x000000000056334d in _PyObject_VectorcallMethodId (name=0x867420 <PyId_flush>, args=0x7ffd8345a868, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:237
#12 0x000000000056337e in _PyObject_CallMethodIdNoArgs (self=0x7f75070b39b0, name=0x867420 <PyId_flush>) at ./Include/cpython/abstract.h:243
#13 0x0000000000566268 in flush_std_files () at Python/pylifecycle.c:1216
#14 0x0000000000567e86 in fatal_error (stream=0x7f751437d420 <_IO_2_1_stderr_>, header=1, prefix=0x7291e0 <__func__.0> "_PyObject_AssertFailed", msg=0x728e03 "_PyObject_AssertFailed", status=-1) at Python/pylifecycle.c:2278
#15 0x0000000000567ef4 in _Py_FatalErrorFunc (func=0x7291e0 <__func__.0> "_PyObject_AssertFailed", msg=0x728e03 "_PyObject_AssertFailed") at Python/pylifecycle.c:2301
#16 0x000000000047c8bc in _PyObject_AssertFailed (obj=0x7f7506bfd890, expr=0x784d05 "gc_get_refs(g) > 0", msg=0x784cef "refcount is too small", file=0x784cdc "Modules/gcmodule.c", line=114, function=0x786830 <__func__.41> "gc_decref") at Objects/object.c:2198
#17 0x0000000000596443 in gc_decref (g=0x7f7506bfd880) at Modules/gcmodule.c:114
#18 0x0000000000596dcc in visit_decref (op=0x7f7506bfd890, parent=0x7f7507181910) at Modules/gcmodule.c:450
#19 0x0000000000450051 in list_traverse (o=0x7f7507181910, visit=0x596d4d <visit_decref>, arg=0x7f7507181910) at Objects/listobject.c:2612
#20 0x0000000000596e25 in subtract_refs (containers=0x13aa080) at Modules/gcmodule.c:469
#21 0x0000000000597e33 in deduce_unreachable (base=0x13aa080, unreachable=0x7ffd8345aab0) at Modules/gcmodule.c:1092
#22 0x0000000000598108 in collect (tstate=0x13abcc0, generation=2, n_collected=0x7ffd8345ab40, n_uncollectable=0x7ffd8345ab38, nofail=0) at Modules/gcmodule.c:1212
#23 0x00000000005987da in collect_with_callback (tstate=0x13abcc0, generation=2) at Modules/gcmodule.c:1387
#24 0x00000000005988e4 in collect_generations (tstate=0x13abcc0) at Modules/gcmodule.c:1442
#25 0x000000000059a237 in _PyObject_GC_Alloc (use_calloc=0, basicsize=64) at Modules/gcmodule.c:2242
#26 0x000000000059a274 in _PyObject_GC_Malloc (basicsize=64) at Modules/gcmodule.c:2252
#27 0x000000000059a336 in _PyObject_GC_NewVar (tp=0x860ee0 <PyTuple_Type>, nitems=5) at Modules/gcmodule.c:2281
#28 0x000000000048d643 in tuple_alloc (size=5) at Objects/tupleobject.c:92
#29 0x000000000048d6a6 in PyTuple_New (size=5) at Objects/tupleobject.c:110
#30 0x0000000000559830 in r_object (p=0x7ffd8345b460) at Python/marshal.c:1164
#31 0x000000000055a0b8 in r_object (p=0x7ffd8345b460) at Python/marshal.c:1349
#32 0x0000000000559891 in r_object (p=0x7ffd8345b460) at Python/marshal.c:1170
#33 0x000000000055a09a in r_object (p=0x7ffd8345b460) at Python/marshal.c:1346
#34 0x0000000000559891 in r_object (p=0x7ffd8345b460) at Python/marshal.c:1170
#35 0x000000000055a09a in r_object (p=0x7ffd8345b460) at Python/marshal.c:1346
#36 0x000000000055a4f3 in read_object (p=0x7ffd8345b460) at Python/marshal.c:1432
#37 0x000000000055ac60 in marshal_loads_impl (module=0x7f75070ddd70, bytes=0x7ffd8345b4e0) at Python/marshal.c:1738
#38 0x0000000000555c29 in marshal_loads (module=0x7f75070ddd70, arg=0x7f75059db940) at Python/clinic/marshal.c.h:158
#39 0x0000000000655173 in cfunction_vectorcall_O (func=0x7f75070ddf50, args=0x7f75070fa3e0, nargsf=9223372036854775809, kwnames=0x0) at Objects/methodobject.c:510
#40 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75070ddf50, args=0x7f75070fa3e0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#41 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75070ddf50, args=0x7f75070fa3e0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#42 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8345b768, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#43 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f75070fa240, throwflag=0) at Python/ceval.c:3459
#44 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f75070fa240, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#45 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750711c040, globals=0x7f7507161bf0, locals=0x0, args=0x13f2d78, argcount=1, kwnames=0x7f7507121668, kwargs=0x13f2d80, kwcount=3, kwstep=1, defs=0x7f7507131788, defcount=3, kwdefs=0x0, 
    closure=0x0, name=0x7f750711ae80, qualname=0x7f750711ae80) at Python/ceval.c:4299
#46 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7507135690, stack=0x13f2d78, nargsf=9223372036854775809, kwnames=0x7f7507121650) at Objects/call.c:395
#47 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135690, args=0x13f2d78, nargsf=9223372036854775809, kwnames=0x7f7507121650) at ./Include/cpython/abstract.h:118
#48 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135690, args=0x13f2d78, nargsf=9223372036854775809, kwnames=0x7f7507121650) at ./Include/cpython/abstract.h:127
#49 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8345cf68, oparg=4, kwnames=0x7f7507121650) at Python/ceval.c:5044
#50 0x000000000051966e in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x13f2b90, throwflag=0) at Python/ceval.c:3507
#51 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x13f2b90, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#52 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507122380, args=0x7f7505b2f968, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#53 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507137370, stack=0x7f7505b2f958, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#54 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507137370, args=0x7f7505b2f958, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#55 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507137370, args=0x7f7505b2f958, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#56 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8345e638, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#57 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505b2f7d0, throwflag=0) at Python/ceval.c:3476
#58 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505b2f7d0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#59 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x7f7505aa77e0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#60 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x7f7505aa77d0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#61 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x7f7505aa77d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#62 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x7f7505aa77d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#63 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8345fce8, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#64 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505aa7650, throwflag=0) at Python/ceval.c:3476
#65 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505aa7650, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#66 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x186e630, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#67 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x186e628, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#68 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x186e628, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#69 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x186e628, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#70 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83461388, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#71 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x186e470, throwflag=0) at Python/ceval.c:3490
#72 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x186e470, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#73 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x7f75063b5df8, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#74 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x7f75063b5de8, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#75 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x7f75063b5de8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#76 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x7f75063b5de8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#77 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83462a38, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#78 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f75063b5c50, throwflag=0) at Python/ceval.c:3490
#79 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f75063b5c50, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#80 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd83463ff0, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#81 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd83463fe0, nargsf=2, kwnames=0x0) at Objects/call.c:366
#82 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd83463fe0, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#83 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd83464050) at Objects/call.c:791
#84 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#85 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f75059edbc0) at Python/import.c:1768
#86 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f75059edbc0, globals=0x0, locals=0x0, fromlist=0x0, level=0) at Python/import.c:1869
#87 0x000000000069fa60 in builtin___import__ (self=0x7f7507164950, args=0x7f750597a460, kwds=0x0) at Python/bltinmodule.c:280
#88 0x0000000000655295 in cfunction_call (func=0x7f7507164ad0, args=0x7f750597a460, kwargs=0x0) at Objects/methodobject.c:537
#89 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x17e9538, nargs=1, keywords=0x0) at Objects/call.c:191
#90 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x17e9538, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#91 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507164ad0, args=0x17e9538, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#92 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83464558, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#93 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17e9380, throwflag=0) at Python/ceval.c:3490
#94 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17e9380, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#95 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7505a00c70, args=0x7f75059d37b0, nargs=2, globals=0x7f7505a10770) at Objects/call.c:329
#96 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7505a14c30, stack=0x7f75059d37a0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#97 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7505a14c30, args=0x7f75059d37a0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#98 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7505a14c30, args=0x7f75059d37a0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#99 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83465c18, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#100 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f75059d3620, throwflag=0) at Python/ceval.c:3476
#101 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f75059d3620, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#102 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ad0, args=0x153ec48, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#103 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108190, stack=0x153ec40, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#104 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108190, args=0x153ec40, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#105 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108190, args=0x153ec40, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#106 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834672b8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#107 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x153eac0, throwflag=0) at Python/ceval.c:3490
#108 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x153eac0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#109 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x16ee3f0, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#110 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x16ee3e8, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#111 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x16ee3e8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#112 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x16ee3e8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#113 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83468968, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#114 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x16ee230, throwflag=0) at Python/ceval.c:3490
#115 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x16ee230, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#116 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1934048, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#117 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1934038, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#118 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1934038, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#119 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1934038, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#120 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8346a018, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#121 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1933ea0, throwflag=0) at Python/ceval.c:3490
#122 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1933ea0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#123 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd8346b5d0, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#124 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd8346b5c0, nargsf=2, kwnames=0x0) at Objects/call.c:366
#125 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd8346b5c0, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#126 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd8346b630) at Objects/call.c:791
#127 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#128 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f75059edac0) at Python/import.c:1768
#129 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f75059f8d00, globals=0x7f75059e27d0, locals=0x7f75059e27d0, fromlist=0x7f7505a38b30, level=3) at Python/import.c:1869
#130 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x7f7505f12c50, name=0x7f75059f8d00, fromlist=0x7f7505a38b30, level=0x7f75071bb340) at Python/ceval.c:5165
#131 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505f12c50, throwflag=0) at Python/ceval.c:3069
#132 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505f12c50, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#133 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f75059f25f0, globals=0x7f75059e27d0, locals=0x7f75059e27d0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#134 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f75059f25f0, globals=0x7f75059e27d0, locals=0x7f75059e27d0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#135 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f75059f25f0, globals=0x7f75059e27d0, locals=0x7f75059e27d0, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#136 0x000000000050ba2f in PyEval_EvalCode (co=0x7f75059f25f0, globals=0x7f75059e27d0, locals=0x7f75059e27d0) at Python/ceval.c:809
#137 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f75059f25f0, globals=0x7f75059e27d0, locals=0x7f75059e27d0) at Python/bltinmodule.c:1035
#138 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f75059f36a8, nargs=2) at Python/clinic/bltinmodule.c.h:396
#139 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f75059f36a8, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#140 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f75059f3690, kwargs=0x7f75059f4cb0) at Objects/call.c:230
#141 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f75059f3690, kwargs=0x7f75059f4cb0) at Objects/call.c:265
#142 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f75059f3690, kwargs=0x7f75059f4cb0) at Objects/call.c:292
#143 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f75059f3690, kwdict=0x7f75059f4cb0) at Python/ceval.c:5064
#144 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f75059dd220, throwflag=0) at Python/ceval.c:3552
#145 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f75059dd220, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#146 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x1808100, argcount=3, kwnames=0x0, kwargs=0x1808118, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#147 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x1808100, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#148 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x1808100, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#149 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x1808100, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#150 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8346eb98, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#151 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1807f70, throwflag=0) at Python/ceval.c:3459
#152 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1807f70, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#153 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x7f7505b3fbe0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#154 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x7f7505b3fbd0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#155 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x7f7505b3fbd0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#156 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x7f7505b3fbd0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#157 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83470248, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#158 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505b3fa50, throwflag=0) at Python/ceval.c:3476
#159 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505b3fa50, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#160 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x17d2f30, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#161 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x17d2f28, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#162 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x17d2f28, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#163 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x17d2f28, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#164 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834718e8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#165 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17d2d70, throwflag=0) at Python/ceval.c:3490
#166 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17d2d70, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#167 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1876b38, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#168 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1876b28, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#169 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1876b28, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#170 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1876b28, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#171 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83472f98, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#172 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1876990, throwflag=0) at Python/ceval.c:3490
#173 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1876990, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#174 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd83474550, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#175 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd83474540, nargsf=2, kwnames=0x0) at Objects/call.c:366
#176 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd83474540, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#177 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd834745b0) at Objects/call.c:791
#178 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#179 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f75059e7550) at Python/import.c:1768
#180 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f75059e7550, globals=0x0, locals=0x0, fromlist=0x0, level=0) at Python/import.c:1869
#181 0x000000000069fa60 in builtin___import__ (self=0x7f7507164950, args=0x7f7505a133c0, kwds=0x0) at Python/bltinmodule.c:280
#182 0x0000000000655295 in cfunction_call (func=0x7f7507164ad0, args=0x7f7505a133c0, kwargs=0x0) at Objects/methodobject.c:537
#183 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x187b8d8, nargs=1, keywords=0x0) at Objects/call.c:191
#184 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x187b8d8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#185 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507164ad0, args=0x187b8d8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#186 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83474ab8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#187 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x187b720, throwflag=0) at Python/ceval.c:3490
#188 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x187b720, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#189 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7505ba5ad0, args=0x7f7505ca2f70, nargs=2, globals=0x7f7505b44cb0) at Objects/call.c:329
#190 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7505b4c9b0, stack=0x7f7505ca2f60, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#191 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7505b4c9b0, args=0x7f7505ca2f60, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#192 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7505b4c9b0, args=0x7f7505ca2f60, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#193 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83476178, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#194 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505ca2de0, throwflag=0) at Python/ceval.c:3476
#195 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505ca2de0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#196 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ad0, args=0x7f7505aa75d8, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#197 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108190, stack=0x7f7505aa75d0, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#198 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108190, args=0x7f7505aa75d0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#199 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108190, args=0x7f7505aa75d0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#200 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83477818, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#201 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505aa7450, throwflag=0) at Python/ceval.c:3490
#202 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505aa7450, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#203 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x1880bb0, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#204 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x1880ba8, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#205 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x1880ba8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#206 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x1880ba8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#207 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83478ec8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#208 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x18809f0, throwflag=0) at Python/ceval.c:3490
#209 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x18809f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#210 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x17ffd08, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#211 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x17ffcf8, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#212 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x17ffcf8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#213 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x17ffcf8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#214 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8347a578, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#215 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17ffb60, throwflag=0) at Python/ceval.c:3490
#216 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17ffb60, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#217 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd8347bb30, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#218 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd8347bb20, nargsf=2, kwnames=0x0) at Objects/call.c:366
#219 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd8347bb20, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#220 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd8347bb90) at Objects/call.c:791
#221 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#222 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f7505afd240) at Python/import.c:1768
#223 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f7505afd240, globals=0x0, locals=0x0, fromlist=0x0, level=0) at Python/import.c:1869
#224 0x000000000069fa60 in builtin___import__ (self=0x7f7507164950, args=0x7f7505abd690, kwds=0x0) at Python/bltinmodule.c:280
#225 0x0000000000655295 in cfunction_call (func=0x7f7507164ad0, args=0x7f7505abd690, kwargs=0x0) at Objects/methodobject.c:537
#226 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x17f61a0, nargs=1, keywords=0x0) at Objects/call.c:191
#227 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x17f61a0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#228 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507164ad0, args=0x17f61a0, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#229 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8347c098, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#230 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17f6030, throwflag=0) at Python/ceval.c:3490
#231 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17f6030, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#232 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505abe380, globals=0x7f7505afea70, locals=0x7f7505afea70, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#233 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505abe380, globals=0x7f7505afea70, locals=0x7f7505afea70, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#234 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505abe380, globals=0x7f7505afea70, locals=0x7f7505afea70, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#235 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505abe380, globals=0x7f7505afea70, locals=0x7f7505afea70) at Python/ceval.c:809
#236 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505abe380, globals=0x7f7505afea70, locals=0x7f7505afea70) at Python/bltinmodule.c:1035
#237 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f7505abd6f8, nargs=2) at Python/clinic/bltinmodule.c.h:396
#238 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f7505abd6f8, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#239 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f7505abd6e0, kwargs=0x7f7505afe6b0) at Objects/call.c:230
#240 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f7505abd6e0, kwargs=0x7f7505afe6b0) at Objects/call.c:265
#241 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f7505abd6e0, kwargs=0x7f7505afe6b0) at Objects/call.c:292
#242 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f7505abd6e0, kwdict=0x7f7505afe6b0) at Python/ceval.c:5064
#243 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x182b590, throwflag=0) at Python/ceval.c:3552
#244 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x182b590, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#245 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x1842810, argcount=3, kwnames=0x0, kwargs=0x1842828, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#246 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x1842810, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#247 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x1842810, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#248 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x1842810, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#249 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8347f2b8, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#250 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1842680, throwflag=0) at Python/ceval.c:3459
#251 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1842680, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#252 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x18368a0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#253 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x1836890, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#254 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x1836890, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#255 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x1836890, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#256 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83480968, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#257 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1836710, throwflag=0) at Python/ceval.c:3476
#258 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1836710, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#259 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x17bb8b0, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#260 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x17bb8a8, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#261 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x17bb8a8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#262 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x17bb8a8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#263 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83482008, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#264 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17bb6f0, throwflag=0) at Python/ceval.c:3490
#265 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17bb6f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#266 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1879718, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#267 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1879708, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#268 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1879708, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#269 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1879708, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#270 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834836b8, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#271 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1879570, throwflag=0) at Python/ceval.c:3490
#272 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1879570, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#273 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd83484c70, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#274 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd83484c60, nargsf=2, kwnames=0x0) at Objects/call.c:366
#275 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd83484c60, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#276 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd83484cd0) at Objects/call.c:791
#277 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#278 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f7505afb3c0) at Python/import.c:1768
#279 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f7505afb3c0, globals=0x0, locals=0x0, fromlist=0x0, level=0) at Python/import.c:1869
#280 0x000000000069fa60 in builtin___import__ (self=0x7f7507164950, args=0x7f7505b75f50, kwds=0x0) at Python/bltinmodule.c:280
#281 0x0000000000655295 in cfunction_call (func=0x7f7507164ad0, args=0x7f7505b75f50, kwargs=0x0) at Objects/methodobject.c:537
#282 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x1849c98, nargs=1, keywords=0x0) at Objects/call.c:191
#283 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507164ad0, args=0x1849c98, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#284 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507164ad0, args=0x1849c98, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#285 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834851d8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#286 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1849ae0, throwflag=0) at Python/ceval.c:3490
#287 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1849ae0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#288 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7505ba5ad0, args=0x7f75066741e0, nargs=2, globals=0x7f7505b44cb0) at Objects/call.c:329
#289 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7505b4c9b0, stack=0x7f75066741d0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#290 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7505b4c9b0, args=0x7f75066741d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#291 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7505b4c9b0, args=0x7f75066741d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#292 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83486898, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#293 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506674050, throwflag=0) at Python/ceval.c:3476
#294 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506674050, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#295 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ad0, args=0x1829a48, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#296 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108190, stack=0x1829a40, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#297 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108190, args=0x1829a40, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#298 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108190, args=0x1829a40, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#299 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83487f38, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#300 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x18298c0, throwflag=0) at Python/ceval.c:3490
#301 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x18298c0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#302 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x1837e90, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#303 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x1837e88, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#304 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x1837e88, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#305 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x1837e88, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#306 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834895e8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#307 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1837cd0, throwflag=0) at Python/ceval.c:3490
#308 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1837cd0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#309 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1854a28, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#310 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1854a18, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#311 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1854a18, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#312 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1854a18, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#313 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8348ac98, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#314 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1854880, throwflag=0) at Python/ceval.c:3490
#315 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1854880, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#316 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd8348c250, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#317 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd8348c240, nargsf=2, kwnames=0x0) at Objects/call.c:366
#318 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd8348c240, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#319 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd8348c2b0) at Objects/call.c:791
#320 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#321 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f75069169a0) at Python/import.c:1768
#322 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f75069169a0, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0, fromlist=0x7f7505b75e60, level=0) at Python/import.c:1869
#323 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x18567f0, name=0x7f75069169a0, fromlist=0x7f7505b75e60, level=0x7f75071bb280) at Python/ceval.c:5165
#324 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x18567f0, throwflag=0) at Python/ceval.c:3069
#325 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x18567f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#326 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505afaa00, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#327 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505afaa00, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#328 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505afaa00, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#329 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505afaa00, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0) at Python/ceval.c:809
#330 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505afaa00, globals=0x7f7505b77ef0, locals=0x7f7505b77ef0) at Python/bltinmodule.c:1035
#331 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f7505b75d38, nargs=2) at Python/clinic/bltinmodule.c.h:396
#332 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f7505b75d38, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#333 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f7505b75d20, kwargs=0x7f7505b77fb0) at Objects/call.c:230
#334 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f7505b75d20, kwargs=0x7f7505b77fb0) at Objects/call.c:265
#335 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f7505b75d20, kwargs=0x7f7505b77fb0) at Objects/call.c:292
#336 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f7505b75d20, kwdict=0x7f7505b77fb0) at Python/ceval.c:5064
#337 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1844150, throwflag=0) at Python/ceval.c:3552
#338 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1844150, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#339 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x185fc90, argcount=3, kwnames=0x0, kwargs=0x185fca8, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#340 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x185fc90, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#341 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x185fc90, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#342 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x185fc90, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#343 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8348f818, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#344 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x185fb00, throwflag=0) at Python/ceval.c:3459
#345 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x185fb00, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#346 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x18519b0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#347 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x18519a0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#348 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x18519a0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#349 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x18519a0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#350 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83490ec8, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#351 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1851820, throwflag=0) at Python/ceval.c:3476
#352 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1851820, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#353 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x18799a0, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#354 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x1879998, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#355 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x1879998, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#356 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x1879998, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#357 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83492568, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#358 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x18797e0, throwflag=0) at Python/ceval.c:3490
#359 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x18797e0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#360 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1879bf8, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#361 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1879be8, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#362 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1879be8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#363 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1879be8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#364 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83493c18, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#365 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1879a50, throwflag=0) at Python/ceval.c:3490
#366 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1879a50, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#367 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd834951d0, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#368 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd834951c0, nargsf=2, kwnames=0x0) at Objects/call.c:366
#369 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd834951c0, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#370 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd83495230) at Objects/call.c:791
#371 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#372 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f75068cfd60) at Python/import.c:1768
#373 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f75068cfd60, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70, fromlist=0x7f7505b69d20, level=0) at Python/import.c:1869
#374 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x1879cb0, name=0x7f75068cfd60, fromlist=0x7f7505b69d20, level=0x7f75071bb280) at Python/ceval.c:5165
#375 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1879cb0, throwflag=0) at Python/ceval.c:3069
#376 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1879cb0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#377 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505afa860, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#378 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505afa860, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#379 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505afa860, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#380 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505afa860, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70) at Python/ceval.c:809
#381 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505afa860, globals=0x7f7505b6ad70, locals=0x7f7505b6ad70) at Python/bltinmodule.c:1035
#382 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f7505b75c48, nargs=2) at Python/clinic/bltinmodule.c.h:396
#383 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f7505b75c48, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#384 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f7505b75c30, kwargs=0x7f7505b771d0) at Objects/call.c:230
#385 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f7505b75c30, kwargs=0x7f7505b771d0) at Objects/call.c:265
#386 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f7505b75c30, kwargs=0x7f7505b771d0) at Objects/call.c:292
#387 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f7505b75c30, kwdict=0x7f7505b771d0) at Python/ceval.c:5064
#388 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1795410, throwflag=0) at Python/ceval.c:3552
#389 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1795410, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#390 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x16791a0, argcount=3, kwnames=0x0, kwargs=0x16791b8, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#391 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x16791a0, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#392 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x16791a0, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#393 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x16791a0, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#394 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83498798, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#395 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1679010, throwflag=0) at Python/ceval.c:3459
#396 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1679010, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#397 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x17df8f0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#398 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x17df8e0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#399 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x17df8e0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#400 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x17df8e0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#401 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd83499e48, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#402 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17df760, throwflag=0) at Python/ceval.c:3476
#403 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17df760, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#404 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x1779f00, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#405 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x1779ef8, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#406 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x1779ef8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#407 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x1779ef8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#408 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8349b4e8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#409 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1779d40, throwflag=0) at Python/ceval.c:3490
#410 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1779d40, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#411 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x187f2c8, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#412 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x187f2b8, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#413 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x187f2b8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#414 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x187f2b8, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#415 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd8349cb98, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#416 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x187f120, throwflag=0) at Python/ceval.c:3490
#417 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x187f120, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#418 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd8349e150, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#419 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd8349e140, nargsf=2, kwnames=0x0) at Objects/call.c:366
#420 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd8349e140, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#421 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd8349e1b0) at Objects/call.c:791
#422 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#423 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f7506942fa0) at Python/import.c:1768
#424 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f7506942fa0, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50, fromlist=0x7f7505b505f0, level=0) at Python/import.c:1869
#425 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x7f7505d28650, name=0x7f7506942fa0, fromlist=0x7f7505b505f0, level=0x7f75071bb280) at Python/ceval.c:5165
#426 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505d28650, throwflag=0) at Python/ceval.c:3069
#427 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505d28650, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#428 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505b6f110, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#429 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505b6f110, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#430 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505b6f110, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#431 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505b6f110, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50) at Python/ceval.c:809
#432 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505b6f110, globals=0x7f7505ba3f50, locals=0x7f7505ba3f50) at Python/bltinmodule.c:1035
#433 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f7505b69bf8, nargs=2) at Python/clinic/bltinmodule.c.h:396
#434 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f7505b69bf8, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#435 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f7505b69be0, kwargs=0x7f7505b65050) at Objects/call.c:230
#436 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f7505b69be0, kwargs=0x7f7505b65050) at Objects/call.c:265
#437 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f7505b69be0, kwargs=0x7f7505b65050) at Objects/call.c:292
#438 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f7505b69be0, kwdict=0x7f7505b65050) at Python/ceval.c:5064
#439 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17ef760, throwflag=0) at Python/ceval.c:3552
#440 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17ef760, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#441 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x7f7505d289e0, argcount=3, kwnames=0x0, kwargs=0x7f7505d289f8, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#442 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x7f7505d289e0, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#443 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x7f7505d289e0, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#444 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x7f7505d289e0, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#445 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834a1718, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#446 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7505d28850, throwflag=0) at Python/ceval.c:3459
#447 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7505d28850, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#448 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x17ea880, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#449 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x17ea870, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#450 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x17ea870, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#451 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x17ea870, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#452 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834a2dc8, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#453 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17ea6f0, throwflag=0) at Python/ceval.c:3476
#454 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17ea6f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#455 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x186a700, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#456 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x186a6f8, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#457 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x186a6f8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#458 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x186a6f8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#459 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834a4468, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#460 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x186a540, throwflag=0) at Python/ceval.c:3490
#461 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x186a540, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#462 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x185df68, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#463 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x185df58, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#464 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x185df58, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#465 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x185df58, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#466 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834a5b18, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#467 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x185ddc0, throwflag=0) at Python/ceval.c:3490
#468 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x185ddc0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#469 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd834a70d0, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#470 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd834a70c0, nargsf=2, kwnames=0x0) at Objects/call.c:366
#471 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd834a70c0, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#472 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd834a7130) at Objects/call.c:791
#473 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#474 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f7506bb2940) at Python/import.c:1768
#475 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f7506bb2940, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0, fromlist=0x7f7505b88eb0, level=0) at Python/import.c:1869
#476 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x1829190, name=0x7f7506bb2940, fromlist=0x7f7505b88eb0, level=0x7f75071bb280) at Python/ceval.c:5165
#477 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1829190, throwflag=0) at Python/ceval.c:3069
#478 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1829190, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#479 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505b9fa00, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#480 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505b9fa00, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#481 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505b9fa00, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#482 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505b9fa00, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0) at Python/ceval.c:809
#483 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505b9fa00, globals=0x7f7505d33ad0, locals=0x7f7505d33ad0) at Python/bltinmodule.c:1035
#484 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x7f7505bbf3d8, nargs=2) at Python/clinic/bltinmodule.c.h:396
#485 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x7f7505bbf3d8, nargsf=2, kwnames=0x0) at Objects/methodobject.c:424
#486 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7507166170, tuple=0x7f7505bbf3c0, kwargs=0x7f7505b98dd0) at Objects/call.c:230
#487 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7507166170, args=0x7f7505bbf3c0, kwargs=0x7f7505b98dd0) at Objects/call.c:265
#488 0x00000000004311f2 in PyObject_Call (callable=0x7f7507166170, args=0x7f7505bbf3c0, kwargs=0x7f7505b98dd0) at Objects/call.c:292
#489 0x000000000051eaf5 in do_call_core (tstate=0x13abcc0, func=0x7f7507166170, callargs=0x7f7505bbf3c0, kwdict=0x7f7505b98dd0) at Python/ceval.c:5064
#490 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17f0d50, throwflag=0) at Python/ceval.c:3552
#491 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17f0d50, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#492 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750716d5f0, globals=0x7f7507101a10, locals=0x0, args=0x185c260, argcount=3, kwnames=0x0, kwargs=0x185c278, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507155d60, qualname=0x7f7507155d60) at Python/ceval.c:4299
#493 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f75071074b0, stack=0x185c260, nargsf=9223372036854775811, kwnames=0x0) at Objects/call.c:395
#494 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071074b0, args=0x185c260, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:118
#495 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071074b0, args=0x185c260, nargsf=9223372036854775811, kwnames=0x0) at ./Include/cpython/abstract.h:127
#496 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834aa698, oparg=3, kwnames=0x0) at Python/ceval.c:5044
#497 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x185c0d0, throwflag=0) at Python/ceval.c:3459
#498 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x185c0d0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#499 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750711cad0, args=0x18477e0, nargs=2, globals=0x7f7507161bf0) at Objects/call.c:329
#500 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507135e10, stack=0x18477d0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#501 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507135e10, args=0x18477d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#502 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507135e10, args=0x18477d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#503 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834abd48, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#504 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1847650, throwflag=0) at Python/ceval.c:3476
#505 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1847650, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#506 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507173ba0, args=0x17ed970, nargs=1, globals=0x7f7507101a10) at Objects/call.c:329
#507 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507108230, stack=0x17ed968, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#508 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507108230, args=0x17ed968, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#509 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507108230, args=0x17ed968, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#510 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834ad3e8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#511 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x17ed7b0, throwflag=0) at Python/ceval.c:3490
#512 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x17ed7b0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#513 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d6c0, args=0x1864a98, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#514 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f75071095f0, stack=0x1864a88, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#515 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f75071095f0, args=0x1864a88, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#516 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f75071095f0, args=0x1864a88, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#517 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834aea98, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#518 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x18648f0, throwflag=0) at Python/ceval.c:3490
#519 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x18648f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#520 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f750717d790, args=0x7ffd834b0050, nargs=2, globals=0x7f7507101a10) at Objects/call.c:329
#521 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7507109690, stack=0x7ffd834b0040, nargsf=2, kwnames=0x0) at Objects/call.c:366
#522 0x00000000004303ef in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507109690, args=0x7ffd834b0040, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#523 0x0000000000432897 in object_vacall (tstate=0x13abcc0, base=0x0, callable=0x7f7507109690, vargs=0x7ffd834b00b0) at Objects/call.c:791
#524 0x0000000000432caf in _PyObject_CallMethodIdObjArgs (obj=0x0, name=0x8671e0 <PyId__find_and_load.7>) at Objects/call.c:882
#525 0x0000000000549fbb in import_find_and_load (tstate=0x13abcc0, abs_name=0x7f7506c21820) at Python/import.c:1768
#526 0x000000000054a3c0 in PyImport_ImportModuleLevelObject (name=0x7f7506c21820, globals=0x7f7505cc4ef0, locals=0x85e780 <_Py_NoneStruct>, fromlist=0x85e780 <_Py_NoneStruct>, level=0) at Python/import.c:1869
#527 0x000000000051f01c in import_name (tstate=0x13abcc0, f=0x176cdc0, name=0x7f7506c21820, fromlist=0x85e780 <_Py_NoneStruct>, level=0x7f75071bb280) at Python/ceval.c:5165
#528 0x0000000000516c6b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x176cdc0, throwflag=0) at Python/ceval.c:3069
#529 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x176cdc0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#530 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7505cd81e0, args=0x1858da0, nargs=0, globals=0x7f7505cc4ef0) at Objects/call.c:329
#531 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7506ab5870, stack=0x1858da0, nargsf=9223372036854775808, kwnames=0x0) at Objects/call.c:366
#532 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506ab5870, args=0x1858da0, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:118
#533 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506ab5870, args=0x1858da0, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:127
#534 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b1aa8, oparg=0, kwnames=0x0) at Python/ceval.c:5044
#535 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1858c30, throwflag=0) at Python/ceval.c:3490
#536 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1858c30, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#537 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7505cd8110, globals=0x7f7506ab0710, locals=0x7f7506ab0710, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#538 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f7505cd8110, globals=0x7f7506ab0710, locals=0x7f7506ab0710, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#539 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f7505cd8110, globals=0x7f7506ab0710, locals=0x7f7506ab0710, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#540 0x000000000050ba2f in PyEval_EvalCode (co=0x7f7505cd8110, globals=0x7f7506ab0710, locals=0x7f7506ab0710) at Python/ceval.c:809
#541 0x00000000006a0a29 in builtin_exec_impl (module=0x7f7507164950, source=0x7f7505cd8110, globals=0x7f7506ab0710, locals=0x7f7506ab0710) at Python/bltinmodule.c:1035
#542 0x000000000069e868 in builtin_exec (module=0x7f7507164950, args=0x1843200, nargs=2) at Python/clinic/bltinmodule.c.h:396
#543 0x0000000000654dae in cfunction_vectorcall_FASTCALL (func=0x7f7507166170, args=0x1843200, nargsf=9223372036854775810, kwnames=0x0) at Objects/methodobject.c:424
#544 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7507166170, args=0x1843200, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#545 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7507166170, args=0x1843200, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#546 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b3458, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#547 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1843040, throwflag=0) at Python/ceval.c:3490
#548 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1843040, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#549 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506dc9110, globals=0x7f7506eb8c50, locals=0x0, args=0x184bc78, argcount=7, kwnames=0x0, kwargs=0x184bcb0, kwcount=0, kwstep=1, defs=0x7f7506ddc7d8, defcount=5, kwdefs=0x0, closure=0x0, 
    name=0x7f7506dda8e0, qualname=0x7f7506dda8e0) at Python/ceval.c:4299
#550 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506dd8910, stack=0x184bc78, nargsf=9223372036854775815, kwnames=0x0) at Objects/call.c:395
#551 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506dd8910, args=0x184bc78, nargsf=9223372036854775815, kwnames=0x0) at ./Include/cpython/abstract.h:118
#552 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506dd8910, args=0x184bc78, nargsf=9223372036854775815, kwnames=0x0) at ./Include/cpython/abstract.h:127
#553 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b4c78, oparg=7, kwnames=0x0) at Python/ceval.c:5044
#554 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x184bab0, throwflag=0) at Python/ceval.c:3490
#555 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x184bab0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#556 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506dc9520, globals=0x7f7506eb8c50, locals=0x0, args=0x1888060, argcount=3, kwnames=0x7f7506e7dc48, kwargs=0x1888078, kwcount=2, kwstep=1, defs=0x7f7506ddc848, defcount=5, kwdefs=0x0, 
    closure=0x0, name=0x7f7506ddaa00, qualname=0x7f7506ddaa00) at Python/ceval.c:4299
#557 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506d53230, stack=0x1888060, nargsf=9223372036854775811, kwnames=0x7f7506e7dc30) at Objects/call.c:395
#558 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506d53230, args=0x1888060, nargsf=9223372036854775811, kwnames=0x7f7506e7dc30) at ./Include/cpython/abstract.h:118
#559 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506d53230, args=0x1888060, nargsf=9223372036854775811, kwnames=0x7f7506e7dc30) at ./Include/cpython/abstract.h:127
#560 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b6488, oparg=5, kwnames=0x7f7506e7dc30) at Python/ceval.c:5044
#561 0x000000000051966e in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1887e90, throwflag=0) at Python/ceval.c:3507
#562 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1887e90, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#563 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506dcfba0, globals=0x7f7506eb8c50, locals=0x0, args=0x1869c98, argcount=1, kwnames=0x7f750705f2e8, kwargs=0x1869ca0, kwcount=1, kwstep=1, defs=0x7f7506e7dba8, defcount=2, kwdefs=0x0, 
    closure=0x0, name=0x7f7507036e80, qualname=0x7f7507036e80) at Python/ceval.c:4299
#564 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506d535f0, stack=0x1869c98, nargsf=9223372036854775809, kwnames=0x7f750705f2d0) at Objects/call.c:395
#565 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506d535f0, args=0x1869c98, nargsf=9223372036854775809, kwnames=0x7f750705f2d0) at ./Include/cpython/abstract.h:118
#566 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506d535f0, args=0x1869c98, nargsf=9223372036854775809, kwnames=0x7f750705f2d0) at ./Include/cpython/abstract.h:127
#567 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b7ca8, oparg=2, kwnames=0x7f750705f2d0) at Python/ceval.c:5044
#568 0x000000000051966e in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x1869af0, throwflag=0) at Python/ceval.c:3507
#569 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x1869af0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#570 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506eb5110, globals=0x7f75070b87d0, locals=0x0, args=0x1500098, argcount=4, kwnames=0x0, kwargs=0x15000b8, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f7507051280, qualname=0x7f7506eb37b0) at Python/ceval.c:4299
#571 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506c4dd70, stack=0x1500098, nargsf=9223372036854775812, kwnames=0x0) at Objects/call.c:395
#572 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506c4dd70, args=0x1500098, nargsf=9223372036854775812, kwnames=0x0) at ./Include/cpython/abstract.h:118
#573 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506c4dd70, args=0x1500098, nargsf=9223372036854775812, kwnames=0x0) at ./Include/cpython/abstract.h:127
#574 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834b94e8, oparg=4, kwnames=0x0) at Python/ceval.c:5044
#575 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x14fff20, throwflag=0) at Python/ceval.c:3476
#576 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x14fff20, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#577 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7507045d40, args=0x14cfb70, nargs=1, globals=0x7f75070b5050) at Objects/call.c:329
#578 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7506c4df50, stack=0x14cfb68, nargsf=1, kwnames=0x0) at Objects/call.c:366
#579 0x000000000063b8f8 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506c4df50, args=0x14cfb68, nargsf=1, kwnames=0x0) at ./Include/cpython/abstract.h:118
#580 0x000000000063bcbe in method_vectorcall (method=0x7f7506bfd6b0, args=0x14cfb70, nargsf=9223372036854775808, kwnames=0x0) at Objects/classobject.c:53
#581 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506bfd6b0, args=0x14cfb70, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:118
#582 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506bfd6b0, args=0x14cfb70, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:127
#583 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834bac98, oparg=0, kwnames=0x0) at Python/ceval.c:5044
#584 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x14cf9f0, throwflag=0) at Python/ceval.c:3490
#585 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x14cf9f0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#586 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7506f31a00, args=0x14f71a0, nargs=2, globals=0x7f75070369b0) at Objects/call.c:329
#587 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7506e86cd0, stack=0x14f7190, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#588 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506e86cd0, args=0x14f7190, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#589 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506e86cd0, args=0x14f7190, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#590 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834bc358, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#591 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x14f6fb0, throwflag=0) at Python/ceval.c:3476
#592 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x14f6fb0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#593 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506f31d40, globals=0x7f75070369b0, locals=0x0, args=0x7ffd834bda40, argcount=2, kwnames=0x0, kwargs=0x7ffd834bda50, kwcount=0, kwstep=1, defs=0x7f7506f3ba18, defcount=1, kwdefs=0x0, 
    closure=0x0, name=0x7f7507158590, qualname=0x7f7506f32b20) at Python/ceval.c:4299
#594 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e86eb0, stack=0x7ffd834bda40, nargsf=2, kwnames=0x0) at Objects/call.c:395
#595 0x000000000063b8f8 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506e86eb0, args=0x7ffd834bda40, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#596 0x000000000063be27 in method_vectorcall (method=0x7f7506bfd4d0, args=0x7f7506c54928, nargsf=1, kwnames=0x0) at Objects/classobject.c:83
#597 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7506bfd4d0, tuple=0x7f7506c54910, kwargs=0x7f7506bfd470) at Objects/call.c:230
#598 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7506bfd4d0, args=0x7f7506c54910, kwargs=0x7f7506bfd470) at Objects/call.c:265
#599 0x00000000004311f2 in PyObject_Call (callable=0x7f7506bfd4d0, args=0x7f7506c54910, kwargs=0x7f7506bfd470) at Objects/call.c:292
#600 0x000000000051edf6 in do_call_core (tstate=0x13abcc0, func=0x7f7506bfd4d0, callargs=0x7f7506c54910, kwdict=0x7f7506bfd470) at Python/ceval.c:5092
#601 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c00d00, throwflag=0) at Python/ceval.c:3552
#602 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c00d00, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#603 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506f36040, globals=0x7f75070369b0, locals=0x0, args=0x7ffd834bf3d0, argcount=2, kwnames=0x0, kwargs=0x7ffd834bf3e0, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f75071822e0, qualname=0x7f7506f32d00) at Python/ceval.c:4299
#604 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e880f0, stack=0x7ffd834bf3d0, nargsf=2, kwnames=0x0) at Objects/call.c:395
#605 0x0000000000430a42 in _PyObject_FastCallDictTstate (tstate=0x13abcc0, callable=0x7f7506e880f0, args=0x7ffd834bf3d0, nargsf=2, kwargs=0x0) at Objects/call.c:118
#606 0x0000000000431b39 in _PyObject_Call_Prepend (tstate=0x13abcc0, callable=0x7f7506e880f0, obj=0x7f7506bfbaf0, args=0x7f7506c48780, kwargs=0x0) at Objects/call.c:488
#607 0x00000000004a22b5 in slot_tp_call (self=0x7f7506bfbaf0, args=0x7f7506c48780, kwds=0x0) at Objects/typeobject.c:6663
#608 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7506bfbaf0, args=0x7f7506c019b8, nargs=1, keywords=0x0) at Objects/call.c:191
#609 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506bfbaf0, args=0x7f7506c019b8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#610 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506bfbaf0, args=0x7f7506c019b8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#611 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834bf688, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#612 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c01810, throwflag=0) at Python/ceval.c:3490
#613 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c01810, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#614 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506ef21e0, globals=0x7f7506fc4230, locals=0x0, args=0x7ffd834c0d80, argcount=2, kwnames=0x0, kwargs=0x7ffd834c0d90, kwcount=0, kwstep=1, defs=0x7f7506e8c6a8, defcount=1, kwdefs=0x0, 
    closure=0x0, name=0x7f7507158590, qualname=0x7f7506e8bc40) at Python/ceval.c:4299
#615 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e8e870, stack=0x7ffd834c0d80, nargsf=2, kwnames=0x0) at Objects/call.c:395
#616 0x000000000063b8f8 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506e8e870, args=0x7ffd834c0d80, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#617 0x000000000063be27 in method_vectorcall (method=0x7f7506bfd3b0, args=0x7f7506c48658, nargsf=1, kwnames=0x0) at Objects/classobject.c:83
#618 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7506bfd3b0, tuple=0x7f7506c48640, kwargs=0x7f7506bfd590) at Objects/call.c:230
#619 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7506bfd3b0, args=0x7f7506c48640, kwargs=0x7f7506bfd590) at Objects/call.c:265
#620 0x00000000004311f2 in PyObject_Call (callable=0x7f7506bfd3b0, args=0x7f7506c48640, kwargs=0x7f7506bfd590) at Objects/call.c:292
#621 0x000000000051edf6 in do_call_core (tstate=0x13abcc0, func=0x7f7506bfd3b0, callargs=0x7f7506c48640, kwdict=0x7f7506bfd590) at Python/ceval.c:5092
#622 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c00960, throwflag=0) at Python/ceval.c:3552
#623 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c00960, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#624 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506ee9930, globals=0x7f7506fc4230, locals=0x0, args=0x7ffd834c2710, argcount=2, kwnames=0x0, kwargs=0x7ffd834c2720, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f75071822e0, qualname=0x7f7506e8b8e0) at Python/ceval.c:4299
#625 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e8e730, stack=0x7ffd834c2710, nargsf=2, kwnames=0x0) at Objects/call.c:395
#626 0x0000000000430a42 in _PyObject_FastCallDictTstate (tstate=0x13abcc0, callable=0x7f7506e8e730, args=0x7ffd834c2710, nargsf=2, kwargs=0x0) at Objects/call.c:118
#627 0x0000000000431b39 in _PyObject_Call_Prepend (tstate=0x13abcc0, callable=0x7f7506e8e730, obj=0x7f7506bfba00, args=0x7f7506c41500, kwargs=0x0) at Objects/call.c:488
#628 0x00000000004a22b5 in slot_tp_call (self=0x7f7506bfba00, args=0x7f7506c41500, kwds=0x0) at Objects/typeobject.c:6663
#629 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7506bfba00, args=0x7f7506c017c8, nargs=1, keywords=0x0) at Objects/call.c:191
#630 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506bfba00, args=0x7f7506c017c8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#631 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506bfba00, args=0x7f7506c017c8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#632 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834c29c8, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#633 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c01620, throwflag=0) at Python/ceval.c:3490
#634 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c01620, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#635 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506ef21e0, globals=0x7f7506fc4230, locals=0x0, args=0x7ffd834c40c0, argcount=2, kwnames=0x0, kwargs=0x7ffd834c40d0, kwcount=0, kwstep=1, defs=0x7f7506e8c6a8, defcount=1, kwdefs=0x0, 
    closure=0x0, name=0x7f7507158590, qualname=0x7f7506e8bc40) at Python/ceval.c:4299
#636 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e8e870, stack=0x7ffd834c40c0, nargsf=2, kwnames=0x0) at Objects/call.c:395
#637 0x000000000063b8f8 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506e8e870, args=0x7ffd834c40c0, nargsf=2, kwnames=0x0) at ./Include/cpython/abstract.h:118
#638 0x000000000063be27 in method_vectorcall (method=0x7f7506bfd2f0, args=0x7f7506c480b8, nargsf=1, kwnames=0x0) at Objects/classobject.c:83
#639 0x0000000000430f60 in PyVectorcall_Call (callable=0x7f7506bfd2f0, tuple=0x7f7506c480a0, kwargs=0x7f7506bfd290) at Objects/call.c:230
#640 0x000000000043110b in _PyObject_Call (tstate=0x13abcc0, callable=0x7f7506bfd2f0, args=0x7f7506c480a0, kwargs=0x7f7506bfd290) at Objects/call.c:265
#641 0x00000000004311f2 in PyObject_Call (callable=0x7f7506bfd2f0, args=0x7f7506c480a0, kwargs=0x7f7506bfd290) at Objects/call.c:292
#642 0x000000000051edf6 in do_call_core (tstate=0x13abcc0, func=0x7f7506bfd2f0, callargs=0x7f7506c480a0, kwdict=0x7f7506bfd290) at Python/ceval.c:5092
#643 0x0000000000519a9b in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c00790, throwflag=0) at Python/ceval.c:3552
#644 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c00790, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#645 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506ee9930, globals=0x7f7506fc4230, locals=0x0, args=0x7ffd834c5a50, argcount=2, kwnames=0x0, kwargs=0x7ffd834c5a60, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, 
    name=0x7f75071822e0, qualname=0x7f7506e8b8e0) at Python/ceval.c:4299
#646 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506e8e730, stack=0x7ffd834c5a50, nargsf=2, kwnames=0x0) at Objects/call.c:395
#647 0x0000000000430a42 in _PyObject_FastCallDictTstate (tstate=0x13abcc0, callable=0x7f7506e8e730, args=0x7ffd834c5a50, nargsf=2, kwargs=0x0) at Objects/call.c:118
#648 0x0000000000431b39 in _PyObject_Call_Prepend (tstate=0x13abcc0, callable=0x7f7506e8e730, obj=0x7f7506bf1910, args=0x7f7506ce3be0, kwargs=0x0) at Objects/call.c:488
#649 0x00000000004a22b5 in slot_tp_call (self=0x7f7506bf1910, args=0x7f7506ce3be0, kwds=0x0) at Objects/typeobject.c:6663
#650 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x7f7506bf1910, args=0x14efba8, nargs=1, keywords=0x0) at Objects/call.c:191
#651 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506bf1910, args=0x14efba8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:116
#652 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506bf1910, args=0x14efba8, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#653 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834c5d08, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#654 0x0000000000519407 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x14ef9b0, throwflag=0) at Python/ceval.c:3490
#655 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x14ef9b0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#656 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7506ebde10, args=0x7f7506c011e0, nargs=2, globals=0x7f7506e758f0) at Objects/call.c:329
#657 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7506dd6d70, stack=0x7f7506c011d0, nargsf=9223372036854775810, kwnames=0x0) at Objects/call.c:366
#658 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506dd6d70, args=0x7f7506c011d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:118
#659 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506dd6d70, args=0x7f7506c011d0, nargsf=9223372036854775810, kwnames=0x0) at ./Include/cpython/abstract.h:127
#660 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834c73c8, oparg=2, kwnames=0x0) at Python/ceval.c:5044
#661 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x7f7506c01050, throwflag=0) at Python/ceval.c:3476
#662 0x0000000000430476 in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x7f7506c01050, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#663 0x0000000000431328 in function_code_fastcall (tstate=0x13abcc0, co=0x7f7506ea41e0, args=0x14ed098, nargs=1, globals=0x7f7506e8df50) at Objects/call.c:329
#664 0x0000000000431576 in _PyFunction_Vectorcall (func=0x7f7506dd8690, stack=0x14ed090, nargsf=9223372036854775809, kwnames=0x0) at Objects/call.c:366
#665 0x00000000005098a0 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x7f7506dd8690, args=0x14ed090, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:118
#666 0x00000000005098ff in PyObject_Vectorcall (callable=0x7f7506dd8690, args=0x14ed090, nargsf=9223372036854775809, kwnames=0x0) at ./Include/cpython/abstract.h:127
#667 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834c8a78, oparg=1, kwnames=0x0) at Python/ceval.c:5044
#668 0x000000000051927c in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x14eceb0, throwflag=0) at Python/ceval.c:3476
#669 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x14eceb0, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#670 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f7506e9a930, globals=0x7f7506e8df50, locals=0x0, args=0x7ffd834ca180, argcount=1, kwnames=0x0, kwargs=0x7ffd834ca188, kwcount=0, kwstep=1, defs=0x7f7506dd6f68, defcount=11, kwdefs=0x7f7506ea2e90, 
    closure=0x0, name=0x7f7507182460, qualname=0x7f7506e9ea60) at Python/ceval.c:4299
#671 0x0000000000431809 in _PyFunction_Vectorcall (func=0x7f7506dd8050, stack=0x7ffd834ca180, nargsf=1, kwnames=0x0) at Objects/call.c:395
#672 0x0000000000430a42 in _PyObject_FastCallDictTstate (tstate=0x13abcc0, callable=0x7f7506dd8050, args=0x7ffd834ca180, nargsf=1, kwargs=0x0) at Objects/call.c:118
#673 0x0000000000431b39 in _PyObject_Call_Prepend (tstate=0x13abcc0, callable=0x7f7506dd8050, obj=0x7f750703a0a0, args=0x7f7507185050, kwargs=0x0) at Objects/call.c:488
#674 0x00000000004a2969 in slot_tp_init (self=0x7f750703a0a0, args=0x7f7507185050, kwds=0x0) at Objects/typeobject.c:6903
#675 0x00000000004923ea in type_call (type=0x14a7fb0, args=0x7f7507185050, kwds=0x0) at Objects/typeobject.c:1023
#676 0x0000000000430d6d in _PyObject_MakeTpCall (tstate=0x13abcc0, callable=0x14a7fb0, args=0x140b7d8, nargs=0, keywords=0x0) at Objects/call.c:191
#677 0x0000000000509884 in _PyObject_VectorcallTstate (tstate=0x13abcc0, callable=0x14a7fb0, args=0x140b7d8, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:116
#678 0x00000000005098ff in PyObject_Vectorcall (callable=0x14a7fb0, args=0x140b7d8, nargsf=9223372036854775808, kwnames=0x0) at ./Include/cpython/abstract.h:127
#679 0x000000000051e8c1 in call_function (tstate=0x13abcc0, pp_stack=0x7ffd834ca498, oparg=0, kwnames=0x0) at Python/ceval.c:5044
#680 0x0000000000519210 in _PyEval_EvalFrameDefault (tstate=0x13abcc0, f=0x140b660, throwflag=0) at Python/ceval.c:3459
#681 0x0000000000509b4d in _PyEval_EvalFrame (tstate=0x13abcc0, f=0x140b660, throwflag=0) at ./Include/internal/pycore_ceval.h:40
#682 0x000000000051cdbd in _PyEval_EvalCode (tstate=0x13abcc0, _co=0x7f750704b860, globals=0x7f75070b5050, locals=0x7f75070b5050, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, 
    qualname=0x0) at Python/ceval.c:4299
#683 0x000000000051cec0 in _PyEval_EvalCodeWithName (_co=0x7f750704b860, globals=0x7f75070b5050, locals=0x7f75070b5050, args=0x0, argcount=0, kwnames=0x0, kwargs=0x0, kwcount=0, kwstep=2, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0)
    at Python/ceval.c:4331
#684 0x000000000051cf48 in PyEval_EvalCodeEx (_co=0x7f750704b860, globals=0x7f75070b5050, locals=0x7f75070b5050, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:4347
#685 0x000000000050ba2f in PyEval_EvalCode (co=0x7f750704b860, globals=0x7f75070b5050, locals=0x7f75070b5050) at Python/ceval.c:809
#686 0x000000000056e8a7 in run_eval_code_obj (tstate=0x13abcc0, co=0x7f750704b860, globals=0x7f75070b5050, locals=0x7f75070b5050) at Python/pythonrun.c:1178
#687 0x000000000056e990 in run_mod (mod=0x142cb28, filename=0x7f750707f670, globals=0x7f75070b5050, locals=0x7f75070b5050, flags=0x7ffd834cbe98, arena=0x7f750704e820) at Python/pythonrun.c:1199
#688 0x000000000056e71f in PyRun_FileExFlags (fp=0x13a86a0, filename_str=0x7f7507046420 "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_clean_tests.py", start=257, globals=0x7f75070b5050, locals=0x7f75070b5050, closeit=1, 
    flags=0x7ffd834cbe98) at Python/pythonrun.c:1116
#689 0x000000000056d1f5 in PyRun_SimpleFileExFlags (fp=0x13a86a0, filename=0x7f7507046420 "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_clean_tests.py", closeit=1, flags=0x7ffd834cbe98) at Python/pythonrun.c:438
#690 0x000000000056c706 in PyRun_AnyFileExFlags (fp=0x13a86a0, filename=0x7f7507046420 "/home/arcivanov/Documents/src/arcivanov/pybuilder/src/integrationtest/python/smoke_clean_tests.py", closeit=1, flags=0x7ffd834cbe98) at Python/pythonrun.c:87
#691 0x000000000041e6f5 in pymain_run_file (config=0x13aa1a0, cf=0x7ffd834cbe98) at Modules/main.c:369
#692 0x000000000041ec94 in pymain_run_python (exitcode=0x7ffd834cbedc) at Modules/main.c:553
#693 0x000000000041ed85 in Py_RunMain () at Modules/main.c:632
#694 0x000000000041edff in pymain_main (args=0x7ffd834cbf40) at Modules/main.c:662
#695 0x000000000041ee79 in Py_BytesMain (argc=2, argv=0x7ffd834cc078) at Modules/main.c:686
#696 0x000000000041d796 in main (argc=2, argv=0x7ffd834cc078) at ./Programs/python.c:15
Missing separate debuginfos, use: dnf debuginfo-install bzip2-libs-1.0.8-2.fc32.x86_64 glibc-2.31-2.fc32.x86_64 libffi-3.1-24.fc32.x86_64 libxcrypt-4.4.16-3.fc32.x86_64 openssl-libs-1.1.1g-1.fc32.x86_64 xz-libs-5.2.5-1.fc32.x86_64 zlib-1.2.11-21.fc32.x86_64
History
Date User Action Args
2020-07-02 13:14:06arcivanovsetrecipients: + arcivanov, vstinner, BTaskaya
2020-07-02 13:14:06arcivanovsetmessageid: <1593695646.68.0.320857335004.issue41194@roundup.psfhosted.org>
2020-07-02 13:14:06arcivanovlinkissue41194 messages
2020-07-02 13:14:03arcivanovcreate