~ $ cd m # ~/m is a virtualenv (see http://pypi.python.org/pypi/virtualenv) ~/m $ source bin/activate (m) ~/m $ gdb bin/python GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .... done (gdb) run bin/paster serve src/melkjug/development.ini Starting program: /Users/jab/m/bin/python bin/paster serve src/melkjug/development.ini Reading symbols for shared libraries +++. done Reading symbols for shared libraries .. done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ........ done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries warning: Could not find object file "/Users/jab/m/build/simplejson/build/temp.macosx-10.5-i386-2.6/simplejson/_speedups.o" - no debug information available for "simplejson/_speedups.c". . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done /Users/jab/m/lib/python2.6/site-packages/pylons/middleware.py:11: DeprecationWarning: The webhelpers.rails package is deprecated. - Please begin migrating to the new helpers in webhelpers.html, webhelpers.text, webhelpers.number, etc. - Import url_for() directly from routes, and redirect_to() from pylons.controllers.util (if using Pylons) or from routes. - All Javascript support has been deprecated. You can write link_to_remote() yourself or use one of the third-party Javascript libraries. from webhelpers.rails.asset_tag import javascript_path Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done 2009-07-13 14:26:53,267 INFO [melk.model] Using couchdb backend.... /Users/jab/m/lib/python2.6/site-packages/httplib2/__init__.py:29: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 /Users/jab/m/lib/python2.6/site-packages/httplib2/__init__.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha Reading symbols for shared libraries warning: Could not find object file "/Users/jab/m/build/zope.interface/build/temp.macosx-10.5-i386-2.6/src/zope/interface/_zope_interface_coptimizations.o" - no debug information available for "src/zope/interface/_zope_interface_coptimizations.c". . done 2009-07-13 14:26:53,571 INFO [minibrain.lib.modelcontext] Updating feeds at an interval of 14400 seconds... 2009-07-13 14:26:53,574 INFO [minibrain.workers.updaters] Beginning feed update cycle... 2009-07-13 14:26:53,575 INFO [minibrain.workers.updaters] Beginning composite update cycle... 2009-07-13 14:26:53,578 INFO [minibrain.workers.killtempusers] Beginning temporary user kill sweep (pretend=False)... Reading symbols for shared libraries .. done Reading symbols for shared libraries .. done Reading symbols for shared libraries . done Starting server in PID 29248. serving on http://127.0.0.1:5454 2009-07-13 14:26:54,383 INFO [minibrain.workers.killtempusers] Done with temporary user kill sweep (pretend=False)... 2009-07-13 14:26:54,384 INFO [minibrain.workers.periodicworker] Sleeping 14400 seconds 2009-07-13 14:26:54,384 INFO [minibrain.workers.updatecomposite] begin update of composite C1816369A85A837CBDFBD333/jug 2009-07-13 14:26:54,387 INFO [minibrain.workers.updaters] Finishing feed update cycle... 2009-07-13 14:26:54,390 INFO [minibrain.workers.periodicworker] Sleeping 14400 seconds 2009-07-13 14:26:54,411 INFO [minibrain.workers.updatecomposite] end update of composite C1816369A85A837CBDFBD333/jug 2009-07-13 14:26:54,411 INFO [minibrain.workers.updaters] Finishing composite update cycle... 2009-07-13 14:26:54,412 INFO [minibrain.workers.periodicworker] Sleeping 14400 seconds Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0xb0596fec [Switching to process 29248 thread 0x3e03] 0x0029371f in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c740c4, argcount=2, kws=0x1c740cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2740 2740 { (gdb) l 2735 2736 PyObject * 2737 PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals, 2738 PyObject **args, int argcount, PyObject **kws, int kwcount, 2739 PyObject **defs, int defcount, PyObject *closure) 2740 { 2741 register PyFrameObject *f; 2742 register PyObject *retval = NULL; 2743 register PyObject **fastlocals, **freevars; 2744 PyThreadState *tstate = PyThreadState_GET(); (gdb) bt #0 0x0029371f in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c740c4, argcount=2, kws=0x1c740cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2740 #1 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73f80, throwflag=0) at Python/ceval.c:3727 #3 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73f64, argcount=2, kws=0x1c73f6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #4 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #5 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73e20, throwflag=0) at Python/ceval.c:3727 #6 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73e04, argcount=2, kws=0x1c73e0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #7 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #8 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73cc0, throwflag=0) at Python/ceval.c:3727 #9 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73ca4, argcount=2, kws=0x1c73cac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #10 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #11 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73b60, throwflag=0) at Python/ceval.c:3727 #12 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73b44, argcount=2, kws=0x1c73b4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #13 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #14 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73a00, throwflag=0) at Python/ceval.c:3727 #15 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c739e4, argcount=2, kws=0x1c739ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #16 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #17 0x002921f6 in PyEval_EvalFrameEx (f=0x1c738a0, throwflag=0) at Python/ceval.c:3727 #18 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73884, argcount=2, kws=0x1c7388c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #19 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #20 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73740, throwflag=0) at Python/ceval.c:3727 #21 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73724, argcount=2, kws=0x1c7372c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #22 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #23 0x002921f6 in PyEval_EvalFrameEx (f=0x1c735e0, throwflag=0) at Python/ceval.c:3727 #24 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c735c4, argcount=2, kws=0x1c735cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #25 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #26 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73480, throwflag=0) at Python/ceval.c:3727 #27 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73464, argcount=2, kws=0x1c7346c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #28 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #29 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73320, throwflag=0) at Python/ceval.c:3727 #30 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73304, argcount=2, kws=0x1c7330c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #31 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #32 0x002921f6 in PyEval_EvalFrameEx (f=0x1c731c0, throwflag=0) at Python/ceval.c:3727 #33 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c731a4, argcount=2, kws=0x1c731ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #34 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #35 0x002921f6 in PyEval_EvalFrameEx (f=0x1c73060, throwflag=0) at Python/ceval.c:3727 #36 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c73044, argcount=2, kws=0x1c7304c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #37 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #38 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72f00, throwflag=0) at Python/ceval.c:3727 #39 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72ee4, argcount=2, kws=0x1c72eec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #40 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #41 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72da0, throwflag=0) at Python/ceval.c:3727 #42 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72d84, argcount=2, kws=0x1c72d8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #43 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #44 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72c40, throwflag=0) at Python/ceval.c:3727 #45 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72c24, argcount=2, kws=0x1c72c2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #46 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #47 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72ae0, throwflag=0) at Python/ceval.c:3727 #48 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72ac4, argcount=2, kws=0x1c72acc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #49 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #50 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72980, throwflag=0) at Python/ceval.c:3727 #51 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72964, argcount=2, kws=0x1c7296c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #52 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #53 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72820, throwflag=0) at Python/ceval.c:3727 #54 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72804, argcount=2, kws=0x1c7280c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #55 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #56 0x002921f6 in PyEval_EvalFrameEx (f=0x1c726c0, throwflag=0) at Python/ceval.c:3727 #57 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c726a4, argcount=2, kws=0x1c726ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #58 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #59 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72560, throwflag=0) at Python/ceval.c:3727 #60 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72544, argcount=2, kws=0x1c7254c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #61 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #62 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72400, throwflag=0) at Python/ceval.c:3727 #63 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c723e4, argcount=2, kws=0x1c723ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #64 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #65 0x002921f6 in PyEval_EvalFrameEx (f=0x1c722a0, throwflag=0) at Python/ceval.c:3727 #66 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72284, argcount=2, kws=0x1c7228c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #67 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #68 0x002921f6 in PyEval_EvalFrameEx (f=0x1c72140, throwflag=0) at Python/ceval.c:3727 #69 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c72124, argcount=2, kws=0x1c7212c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #70 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #71 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71fe0, throwflag=0) at Python/ceval.c:3727 #72 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71fc4, argcount=2, kws=0x1c71fcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #73 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #74 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71e80, throwflag=0) at Python/ceval.c:3727 #75 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71e64, argcount=2, kws=0x1c71e6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #76 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #77 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71d20, throwflag=0) at Python/ceval.c:3727 #78 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71d04, argcount=2, kws=0x1c71d0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #79 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #80 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71bc0, throwflag=0) at Python/ceval.c:3727 #81 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71ba4, argcount=2, kws=0x1c71bac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #82 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #83 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71a60, throwflag=0) at Python/ceval.c:3727 #84 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71a44, argcount=2, kws=0x1c71a4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #85 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #86 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71900, throwflag=0) at Python/ceval.c:3727 #87 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c718e4, argcount=2, kws=0x1c718ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #88 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #89 0x002921f6 in PyEval_EvalFrameEx (f=0x1c717a0, throwflag=0) at Python/ceval.c:3727 #90 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71784, argcount=2, kws=0x1c7178c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #91 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #92 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71640, throwflag=0) at Python/ceval.c:3727 #93 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71624, argcount=2, kws=0x1c7162c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #94 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #95 0x002921f6 in PyEval_EvalFrameEx (f=0x1c714e0, throwflag=0) at Python/ceval.c:3727 #96 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c714c4, argcount=2, kws=0x1c714cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #97 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #98 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71380, throwflag=0) at Python/ceval.c:3727 #99 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71364, argcount=2, kws=0x1c7136c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #100 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #101 0x002921f6 in PyEval_EvalFrameEx (f=0x1c71220, throwflag=0) at Python/ceval.c:3727 #102 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c71204, argcount=2, kws=0x1c7120c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #103 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #104 0x002921f6 in PyEval_EvalFrameEx (f=0x1c710c0, throwflag=0) at Python/ceval.c:3727 #105 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c710a4, argcount=2, kws=0x1c710ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #106 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #107 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70f60, throwflag=0) at Python/ceval.c:3727 #108 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70f44, argcount=2, kws=0x1c70f4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #109 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #110 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70e00, throwflag=0) at Python/ceval.c:3727 #111 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70de4, argcount=2, kws=0x1c70dec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #112 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #113 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70ca0, throwflag=0) at Python/ceval.c:3727 #114 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70c84, argcount=2, kws=0x1c70c8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #115 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #116 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70b40, throwflag=0) at Python/ceval.c:3727 #117 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70b24, argcount=2, kws=0x1c70b2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #118 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #119 0x002921f6 in PyEval_EvalFrameEx (f=0x1c709e0, throwflag=0) at Python/ceval.c:3727 #120 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c709c4, argcount=2, kws=0x1c709cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #121 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #122 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70880, throwflag=0) at Python/ceval.c:3727 #123 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70864, argcount=2, kws=0x1c7086c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #124 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #125 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70720, throwflag=0) at Python/ceval.c:3727 #126 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70704, argcount=2, kws=0x1c7070c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #127 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #128 0x002921f6 in PyEval_EvalFrameEx (f=0x1c705c0, throwflag=0) at Python/ceval.c:3727 #129 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c705a4, argcount=2, kws=0x1c705ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #130 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #131 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70460, throwflag=0) at Python/ceval.c:3727 #132 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70444, argcount=2, kws=0x1c7044c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #133 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #134 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70300, throwflag=0) at Python/ceval.c:3727 #135 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c702e4, argcount=2, kws=0x1c702ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #136 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #137 0x002921f6 in PyEval_EvalFrameEx (f=0x1c701a0, throwflag=0) at Python/ceval.c:3727 #138 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70184, argcount=2, kws=0x1c7018c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #139 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #140 0x002921f6 in PyEval_EvalFrameEx (f=0x1c70040, throwflag=0) at Python/ceval.c:3727 #141 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c70024, argcount=2, kws=0x1c7002c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #142 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #143 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6fee0, throwflag=0) at Python/ceval.c:3727 #144 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6fec4, argcount=2, kws=0x1c6fecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #145 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #146 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6fd80, throwflag=0) at Python/ceval.c:3727 #147 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6fd64, argcount=2, kws=0x1c6fd6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #148 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #149 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6fc20, throwflag=0) at Python/ceval.c:3727 #150 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6fc04, argcount=2, kws=0x1c6fc0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #151 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #152 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6fac0, throwflag=0) at Python/ceval.c:3727 #153 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6faa4, argcount=2, kws=0x1c6faac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #154 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #155 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f960, throwflag=0) at Python/ceval.c:3727 #156 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f944, argcount=2, kws=0x1c6f94c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #157 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #158 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f800, throwflag=0) at Python/ceval.c:3727 #159 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f7e4, argcount=2, kws=0x1c6f7ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #160 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #161 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f6a0, throwflag=0) at Python/ceval.c:3727 #162 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f684, argcount=2, kws=0x1c6f68c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #163 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #164 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f540, throwflag=0) at Python/ceval.c:3727 #165 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f524, argcount=2, kws=0x1c6f52c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #166 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #167 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f3e0, throwflag=0) at Python/ceval.c:3727 #168 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f3c4, argcount=2, kws=0x1c6f3cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #169 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #170 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f280, throwflag=0) at Python/ceval.c:3727 #171 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f264, argcount=2, kws=0x1c6f26c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #172 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #173 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6f120, throwflag=0) at Python/ceval.c:3727 #174 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6f104, argcount=2, kws=0x1c6f10c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #175 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #176 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6efc0, throwflag=0) at Python/ceval.c:3727 #177 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6efa4, argcount=2, kws=0x1c6efac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #178 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #179 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ee60, throwflag=0) at Python/ceval.c:3727 #180 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ee44, argcount=2, kws=0x1c6ee4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #181 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #182 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ed00, throwflag=0) at Python/ceval.c:3727 #183 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ece4, argcount=2, kws=0x1c6ecec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #184 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #185 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6eba0, throwflag=0) at Python/ceval.c:3727 #186 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6eb84, argcount=2, kws=0x1c6eb8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #187 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #188 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ea40, throwflag=0) at Python/ceval.c:3727 #189 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ea24, argcount=2, kws=0x1c6ea2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #190 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #191 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e8e0, throwflag=0) at Python/ceval.c:3727 #192 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e8c4, argcount=2, kws=0x1c6e8cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #193 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #194 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e780, throwflag=0) at Python/ceval.c:3727 #195 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e764, argcount=2, kws=0x1c6e76c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #196 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #197 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e620, throwflag=0) at Python/ceval.c:3727 #198 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e604, argcount=2, kws=0x1c6e60c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #199 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #200 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e4c0, throwflag=0) at Python/ceval.c:3727 #201 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e4a4, argcount=2, kws=0x1c6e4ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #202 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #203 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e360, throwflag=0) at Python/ceval.c:3727 #204 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e344, argcount=2, kws=0x1c6e34c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #205 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #206 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e200, throwflag=0) at Python/ceval.c:3727 #207 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e1e4, argcount=2, kws=0x1c6e1ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #208 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #209 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6e0a0, throwflag=0) at Python/ceval.c:3727 #210 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6e084, argcount=2, kws=0x1c6e08c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #211 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #212 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6df40, throwflag=0) at Python/ceval.c:3727 #213 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6df24, argcount=2, kws=0x1c6df2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #214 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #215 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6dde0, throwflag=0) at Python/ceval.c:3727 #216 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ddc4, argcount=2, kws=0x1c6ddcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #217 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #218 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6dc80, throwflag=0) at Python/ceval.c:3727 #219 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6dc64, argcount=2, kws=0x1c6dc6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #220 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #221 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6db20, throwflag=0) at Python/ceval.c:3727 #222 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6db04, argcount=2, kws=0x1c6db0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #223 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #224 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d9c0, throwflag=0) at Python/ceval.c:3727 #225 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d9a4, argcount=2, kws=0x1c6d9ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #226 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #227 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d860, throwflag=0) at Python/ceval.c:3727 #228 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d844, argcount=2, kws=0x1c6d84c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #229 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #230 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d700, throwflag=0) at Python/ceval.c:3727 #231 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d6e4, argcount=2, kws=0x1c6d6ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #232 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #233 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d5a0, throwflag=0) at Python/ceval.c:3727 #234 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d584, argcount=2, kws=0x1c6d58c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #235 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #236 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d440, throwflag=0) at Python/ceval.c:3727 #237 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d424, argcount=2, kws=0x1c6d42c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #238 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #239 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d2e0, throwflag=0) at Python/ceval.c:3727 #240 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d2c4, argcount=2, kws=0x1c6d2cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #241 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #242 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d180, throwflag=0) at Python/ceval.c:3727 #243 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d164, argcount=2, kws=0x1c6d16c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #244 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #245 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6d020, throwflag=0) at Python/ceval.c:3727 #246 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6d004, argcount=2, kws=0x1c6d00c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #247 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #248 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6cec0, throwflag=0) at Python/ceval.c:3727 #249 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6cea4, argcount=2, kws=0x1c6ceac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #250 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #251 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6cd60, throwflag=0) at Python/ceval.c:3727 #252 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6cd44, argcount=2, kws=0x1c6cd4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #253 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #254 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6cc00, throwflag=0) at Python/ceval.c:3727 #255 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6cbe4, argcount=2, kws=0x1c6cbec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #256 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #257 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6caa0, throwflag=0) at Python/ceval.c:3727 #258 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ca84, argcount=2, kws=0x1c6ca8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #259 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #260 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c940, throwflag=0) at Python/ceval.c:3727 #261 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c924, argcount=2, kws=0x1c6c92c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #262 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #263 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c7e0, throwflag=0) at Python/ceval.c:3727 #264 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c7c4, argcount=2, kws=0x1c6c7cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #265 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #266 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c680, throwflag=0) at Python/ceval.c:3727 #267 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c664, argcount=2, kws=0x1c6c66c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #268 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #269 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c520, throwflag=0) at Python/ceval.c:3727 #270 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c504, argcount=2, kws=0x1c6c50c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #271 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #272 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c3c0, throwflag=0) at Python/ceval.c:3727 #273 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c3a4, argcount=2, kws=0x1c6c3ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #274 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #275 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c260, throwflag=0) at Python/ceval.c:3727 #276 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c244, argcount=2, kws=0x1c6c24c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #277 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #278 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6c100, throwflag=0) at Python/ceval.c:3727 #279 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6c0e4, argcount=2, kws=0x1c6c0ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #280 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #281 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6bfa0, throwflag=0) at Python/ceval.c:3727 #282 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6bf84, argcount=2, kws=0x1c6bf8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #283 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #284 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6be40, throwflag=0) at Python/ceval.c:3727 #285 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6be24, argcount=2, kws=0x1c6be2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #286 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #287 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6bce0, throwflag=0) at Python/ceval.c:3727 #288 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6bcc4, argcount=2, kws=0x1c6bccc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #289 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #290 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6bb80, throwflag=0) at Python/ceval.c:3727 #291 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6bb64, argcount=2, kws=0x1c6bb6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #292 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #293 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ba20, throwflag=0) at Python/ceval.c:3727 #294 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ba04, argcount=2, kws=0x1c6ba0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #295 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #296 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b8c0, throwflag=0) at Python/ceval.c:3727 #297 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b8a4, argcount=2, kws=0x1c6b8ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #298 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #299 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b760, throwflag=0) at Python/ceval.c:3727 #300 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b744, argcount=2, kws=0x1c6b74c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #301 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #302 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b600, throwflag=0) at Python/ceval.c:3727 #303 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b5e4, argcount=2, kws=0x1c6b5ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #304 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #305 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b4a0, throwflag=0) at Python/ceval.c:3727 #306 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b484, argcount=2, kws=0x1c6b48c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #307 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #308 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b340, throwflag=0) at Python/ceval.c:3727 #309 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b324, argcount=2, kws=0x1c6b32c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #310 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #311 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b1e0, throwflag=0) at Python/ceval.c:3727 #312 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b1c4, argcount=2, kws=0x1c6b1cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #313 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #314 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6b080, throwflag=0) at Python/ceval.c:3727 #315 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6b064, argcount=2, kws=0x1c6b06c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #316 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #317 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6af20, throwflag=0) at Python/ceval.c:3727 #318 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6af04, argcount=2, kws=0x1c6af0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #319 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #320 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6adc0, throwflag=0) at Python/ceval.c:3727 #321 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ada4, argcount=2, kws=0x1c6adac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #322 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #323 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ac60, throwflag=0) at Python/ceval.c:3727 #324 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6ac44, argcount=2, kws=0x1c6ac4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #325 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #326 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6ab00, throwflag=0) at Python/ceval.c:3727 #327 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6aae4, argcount=2, kws=0x1c6aaec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #328 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #329 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a9a0, throwflag=0) at Python/ceval.c:3727 #330 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a984, argcount=2, kws=0x1c6a98c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #331 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #332 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a840, throwflag=0) at Python/ceval.c:3727 #333 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a824, argcount=2, kws=0x1c6a82c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #334 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #335 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a6e0, throwflag=0) at Python/ceval.c:3727 #336 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a6c4, argcount=2, kws=0x1c6a6cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #337 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #338 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a580, throwflag=0) at Python/ceval.c:3727 #339 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a564, argcount=2, kws=0x1c6a56c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #340 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #341 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a420, throwflag=0) at Python/ceval.c:3727 #342 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a404, argcount=2, kws=0x1c6a40c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #343 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #344 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a2c0, throwflag=0) at Python/ceval.c:3727 #345 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a2a4, argcount=2, kws=0x1c6a2ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #346 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #347 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a160, throwflag=0) at Python/ceval.c:3727 #348 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c6a144, argcount=2, kws=0x1c6a14c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #349 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #350 0x002921f6 in PyEval_EvalFrameEx (f=0x1c6a000, throwflag=0) at Python/ceval.c:3727 #351 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69fe4, argcount=2, kws=0x1c69fec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #352 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #353 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69ea0, throwflag=0) at Python/ceval.c:3727 #354 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69e84, argcount=2, kws=0x1c69e8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #355 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #356 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69d40, throwflag=0) at Python/ceval.c:3727 #357 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69d24, argcount=2, kws=0x1c69d2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #358 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #359 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69be0, throwflag=0) at Python/ceval.c:3727 #360 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69bc4, argcount=2, kws=0x1c69bcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #361 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #362 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69a80, throwflag=0) at Python/ceval.c:3727 #363 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69a64, argcount=2, kws=0x1c69a6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #364 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #365 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69920, throwflag=0) at Python/ceval.c:3727 #366 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69904, argcount=2, kws=0x1c6990c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #367 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #368 0x002921f6 in PyEval_EvalFrameEx (f=0x1c697c0, throwflag=0) at Python/ceval.c:3727 #369 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c697a4, argcount=2, kws=0x1c697ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #370 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #371 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69660, throwflag=0) at Python/ceval.c:3727 #372 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69644, argcount=2, kws=0x1c6964c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #373 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #374 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69500, throwflag=0) at Python/ceval.c:3727 #375 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c694e4, argcount=2, kws=0x1c694ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #376 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #377 0x002921f6 in PyEval_EvalFrameEx (f=0x1c693a0, throwflag=0) at Python/ceval.c:3727 #378 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69384, argcount=2, kws=0x1c6938c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #379 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #380 0x002921f6 in PyEval_EvalFrameEx (f=0x1c69240, throwflag=0) at Python/ceval.c:3727 #381 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c69224, argcount=2, kws=0x1c6922c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #382 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #383 0x002921f6 in PyEval_EvalFrameEx (f=0x1c690e0, throwflag=0) at Python/ceval.c:3727 #384 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c690c4, argcount=2, kws=0x1c690cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #385 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #386 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68f80, throwflag=0) at Python/ceval.c:3727 #387 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68f64, argcount=2, kws=0x1c68f6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #388 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #389 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68e20, throwflag=0) at Python/ceval.c:3727 #390 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68e04, argcount=2, kws=0x1c68e0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #391 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #392 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68cc0, throwflag=0) at Python/ceval.c:3727 #393 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68ca4, argcount=2, kws=0x1c68cac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #394 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #395 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68b60, throwflag=0) at Python/ceval.c:3727 #396 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68b44, argcount=2, kws=0x1c68b4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #397 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #398 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68a00, throwflag=0) at Python/ceval.c:3727 #399 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c689e4, argcount=2, kws=0x1c689ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #400 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #401 0x002921f6 in PyEval_EvalFrameEx (f=0x1c688a0, throwflag=0) at Python/ceval.c:3727 #402 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68884, argcount=2, kws=0x1c6888c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #403 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #404 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68740, throwflag=0) at Python/ceval.c:3727 #405 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68724, argcount=2, kws=0x1c6872c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #406 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #407 0x002921f6 in PyEval_EvalFrameEx (f=0x1c685e0, throwflag=0) at Python/ceval.c:3727 #408 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c685c4, argcount=2, kws=0x1c685cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #409 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #410 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68480, throwflag=0) at Python/ceval.c:3727 #411 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68464, argcount=2, kws=0x1c6846c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #412 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #413 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68320, throwflag=0) at Python/ceval.c:3727 #414 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68304, argcount=2, kws=0x1c6830c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #415 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #416 0x002921f6 in PyEval_EvalFrameEx (f=0x1c681c0, throwflag=0) at Python/ceval.c:3727 #417 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c681a4, argcount=2, kws=0x1c681ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #418 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #419 0x002921f6 in PyEval_EvalFrameEx (f=0x1c68060, throwflag=0) at Python/ceval.c:3727 #420 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c68044, argcount=2, kws=0x1c6804c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #421 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #422 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67f00, throwflag=0) at Python/ceval.c:3727 #423 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67ee4, argcount=2, kws=0x1c67eec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #424 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #425 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67da0, throwflag=0) at Python/ceval.c:3727 #426 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67d84, argcount=2, kws=0x1c67d8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #427 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #428 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67c40, throwflag=0) at Python/ceval.c:3727 #429 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67c24, argcount=2, kws=0x1c67c2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #430 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #431 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67ae0, throwflag=0) at Python/ceval.c:3727 #432 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67ac4, argcount=2, kws=0x1c67acc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #433 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #434 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67980, throwflag=0) at Python/ceval.c:3727 #435 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67964, argcount=2, kws=0x1c6796c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #436 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #437 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67820, throwflag=0) at Python/ceval.c:3727 #438 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67804, argcount=2, kws=0x1c6780c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #439 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #440 0x002921f6 in PyEval_EvalFrameEx (f=0x1c676c0, throwflag=0) at Python/ceval.c:3727 #441 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c676a4, argcount=2, kws=0x1c676ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #442 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #443 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67560, throwflag=0) at Python/ceval.c:3727 #444 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67544, argcount=2, kws=0x1c6754c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #445 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #446 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67400, throwflag=0) at Python/ceval.c:3727 #447 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c673e4, argcount=2, kws=0x1c673ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #448 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #449 0x002921f6 in PyEval_EvalFrameEx (f=0x1c672a0, throwflag=0) at Python/ceval.c:3727 #450 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67284, argcount=2, kws=0x1c6728c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #451 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #452 0x002921f6 in PyEval_EvalFrameEx (f=0x1c67140, throwflag=0) at Python/ceval.c:3727 #453 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c67124, argcount=2, kws=0x1c6712c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #454 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #455 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66fe0, throwflag=0) at Python/ceval.c:3727 #456 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66fc4, argcount=2, kws=0x1c66fcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #457 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #458 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66e80, throwflag=0) at Python/ceval.c:3727 #459 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66e64, argcount=2, kws=0x1c66e6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #460 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #461 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66d20, throwflag=0) at Python/ceval.c:3727 #462 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66d04, argcount=2, kws=0x1c66d0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #463 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #464 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66bc0, throwflag=0) at Python/ceval.c:3727 #465 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66ba4, argcount=2, kws=0x1c66bac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #466 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #467 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66a60, throwflag=0) at Python/ceval.c:3727 #468 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66a44, argcount=2, kws=0x1c66a4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #469 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #470 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66900, throwflag=0) at Python/ceval.c:3727 #471 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c668e4, argcount=2, kws=0x1c668ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #472 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #473 0x002921f6 in PyEval_EvalFrameEx (f=0x1c667a0, throwflag=0) at Python/ceval.c:3727 #474 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66784, argcount=2, kws=0x1c6678c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #475 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #476 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66640, throwflag=0) at Python/ceval.c:3727 #477 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66624, argcount=2, kws=0x1c6662c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #478 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #479 0x002921f6 in PyEval_EvalFrameEx (f=0x1c664e0, throwflag=0) at Python/ceval.c:3727 #480 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c664c4, argcount=2, kws=0x1c664cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #481 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #482 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66380, throwflag=0) at Python/ceval.c:3727 #483 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66364, argcount=2, kws=0x1c6636c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #484 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #485 0x002921f6 in PyEval_EvalFrameEx (f=0x1c66220, throwflag=0) at Python/ceval.c:3727 #486 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c66204, argcount=2, kws=0x1c6620c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #487 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #488 0x002921f6 in PyEval_EvalFrameEx (f=0x1c660c0, throwflag=0) at Python/ceval.c:3727 #489 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c660a4, argcount=2, kws=0x1c660ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #490 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #491 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65f60, throwflag=0) at Python/ceval.c:3727 #492 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65f44, argcount=2, kws=0x1c65f4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #493 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #494 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65e00, throwflag=0) at Python/ceval.c:3727 #495 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65de4, argcount=2, kws=0x1c65dec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #496 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #497 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65ca0, throwflag=0) at Python/ceval.c:3727 #498 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65c84, argcount=2, kws=0x1c65c8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #499 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #500 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65b40, throwflag=0) at Python/ceval.c:3727 #501 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65b24, argcount=2, kws=0x1c65b2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #502 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #503 0x002921f6 in PyEval_EvalFrameEx (f=0x1c659e0, throwflag=0) at Python/ceval.c:3727 #504 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c659c4, argcount=2, kws=0x1c659cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #505 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #506 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65880, throwflag=0) at Python/ceval.c:3727 #507 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65864, argcount=2, kws=0x1c6586c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #508 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #509 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65720, throwflag=0) at Python/ceval.c:3727 #510 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65704, argcount=2, kws=0x1c6570c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #511 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #512 0x002921f6 in PyEval_EvalFrameEx (f=0x1c655c0, throwflag=0) at Python/ceval.c:3727 #513 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c655a4, argcount=2, kws=0x1c655ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #514 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #515 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65460, throwflag=0) at Python/ceval.c:3727 #516 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65444, argcount=2, kws=0x1c6544c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #517 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #518 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65300, throwflag=0) at Python/ceval.c:3727 #519 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c652e4, argcount=2, kws=0x1c652ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #520 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #521 0x002921f6 in PyEval_EvalFrameEx (f=0x1c651a0, throwflag=0) at Python/ceval.c:3727 #522 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65184, argcount=2, kws=0x1c6518c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #523 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #524 0x002921f6 in PyEval_EvalFrameEx (f=0x1c65040, throwflag=0) at Python/ceval.c:3727 #525 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c65024, argcount=2, kws=0x1c6502c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #526 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #527 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64ee0, throwflag=0) at Python/ceval.c:3727 #528 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64ec4, argcount=2, kws=0x1c64ecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #529 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #530 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64d80, throwflag=0) at Python/ceval.c:3727 #531 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64d64, argcount=2, kws=0x1c64d6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #532 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #533 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64c20, throwflag=0) at Python/ceval.c:3727 #534 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64c04, argcount=2, kws=0x1c64c0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #535 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #536 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64ac0, throwflag=0) at Python/ceval.c:3727 #537 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64aa4, argcount=2, kws=0x1c64aac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #538 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #539 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64960, throwflag=0) at Python/ceval.c:3727 #540 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64944, argcount=2, kws=0x1c6494c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #541 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #542 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64800, throwflag=0) at Python/ceval.c:3727 #543 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c647e4, argcount=2, kws=0x1c647ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #544 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #545 0x002921f6 in PyEval_EvalFrameEx (f=0x1c646a0, throwflag=0) at Python/ceval.c:3727 #546 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64684, argcount=2, kws=0x1c6468c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #547 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #548 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64540, throwflag=0) at Python/ceval.c:3727 #549 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64524, argcount=2, kws=0x1c6452c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #550 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #551 0x002921f6 in PyEval_EvalFrameEx (f=0x1c643e0, throwflag=0) at Python/ceval.c:3727 #552 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c643c4, argcount=2, kws=0x1c643cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #553 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #554 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64280, throwflag=0) at Python/ceval.c:3727 #555 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64264, argcount=2, kws=0x1c6426c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #556 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #557 0x002921f6 in PyEval_EvalFrameEx (f=0x1c64120, throwflag=0) at Python/ceval.c:3727 #558 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c64104, argcount=2, kws=0x1c6410c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #559 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #560 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63fc0, throwflag=0) at Python/ceval.c:3727 #561 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63fa4, argcount=2, kws=0x1c63fac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #562 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #563 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63e60, throwflag=0) at Python/ceval.c:3727 #564 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63e44, argcount=2, kws=0x1c63e4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #565 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #566 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63d00, throwflag=0) at Python/ceval.c:3727 #567 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63ce4, argcount=2, kws=0x1c63cec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #568 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #569 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63ba0, throwflag=0) at Python/ceval.c:3727 #570 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63b84, argcount=2, kws=0x1c63b8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #571 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #572 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63a40, throwflag=0) at Python/ceval.c:3727 #573 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63a24, argcount=2, kws=0x1c63a2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #574 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #575 0x002921f6 in PyEval_EvalFrameEx (f=0x1c638e0, throwflag=0) at Python/ceval.c:3727 #576 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c638c4, argcount=2, kws=0x1c638cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #577 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #578 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63780, throwflag=0) at Python/ceval.c:3727 #579 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63764, argcount=2, kws=0x1c6376c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #580 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #581 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63620, throwflag=0) at Python/ceval.c:3727 #582 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63604, argcount=2, kws=0x1c6360c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #583 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #584 0x002921f6 in PyEval_EvalFrameEx (f=0x1c634c0, throwflag=0) at Python/ceval.c:3727 #585 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c634a4, argcount=2, kws=0x1c634ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #586 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #587 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63360, throwflag=0) at Python/ceval.c:3727 #588 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63344, argcount=2, kws=0x1c6334c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #589 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #590 0x002921f6 in PyEval_EvalFrameEx (f=0x1c63200, throwflag=0) at Python/ceval.c:3727 #591 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c631e4, argcount=2, kws=0x1c631ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #592 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #593 0x002921f6 in PyEval_EvalFrameEx (f=0x1c630a0, throwflag=0) at Python/ceval.c:3727 #594 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c63084, argcount=2, kws=0x1c6308c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #595 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #596 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62f40, throwflag=0) at Python/ceval.c:3727 #597 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62f24, argcount=2, kws=0x1c62f2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #598 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #599 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62de0, throwflag=0) at Python/ceval.c:3727 #600 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62dc4, argcount=2, kws=0x1c62dcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #601 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #602 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62c80, throwflag=0) at Python/ceval.c:3727 #603 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62c64, argcount=2, kws=0x1c62c6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #604 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #605 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62b20, throwflag=0) at Python/ceval.c:3727 #606 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62b04, argcount=2, kws=0x1c62b0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #607 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #608 0x002921f6 in PyEval_EvalFrameEx (f=0x1c629c0, throwflag=0) at Python/ceval.c:3727 #609 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c629a4, argcount=2, kws=0x1c629ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #610 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #611 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62860, throwflag=0) at Python/ceval.c:3727 #612 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62844, argcount=2, kws=0x1c6284c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #613 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #614 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62700, throwflag=0) at Python/ceval.c:3727 #615 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c626e4, argcount=2, kws=0x1c626ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #616 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #617 0x002921f6 in PyEval_EvalFrameEx (f=0x1c625a0, throwflag=0) at Python/ceval.c:3727 #618 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62584, argcount=2, kws=0x1c6258c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #619 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #620 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62440, throwflag=0) at Python/ceval.c:3727 #621 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62424, argcount=2, kws=0x1c6242c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #622 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #623 0x002921f6 in PyEval_EvalFrameEx (f=0x1c622e0, throwflag=0) at Python/ceval.c:3727 #624 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c622c4, argcount=2, kws=0x1c622cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #625 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #626 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62180, throwflag=0) at Python/ceval.c:3727 #627 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62164, argcount=2, kws=0x1c6216c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #628 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #629 0x002921f6 in PyEval_EvalFrameEx (f=0x1c62020, throwflag=0) at Python/ceval.c:3727 #630 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c62004, argcount=2, kws=0x1c6200c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #631 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #632 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61ec0, throwflag=0) at Python/ceval.c:3727 #633 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61ea4, argcount=2, kws=0x1c61eac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #634 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #635 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61d60, throwflag=0) at Python/ceval.c:3727 #636 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61d44, argcount=2, kws=0x1c61d4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #637 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #638 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61c00, throwflag=0) at Python/ceval.c:3727 #639 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61be4, argcount=2, kws=0x1c61bec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #640 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #641 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61aa0, throwflag=0) at Python/ceval.c:3727 #642 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61a84, argcount=2, kws=0x1c61a8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #643 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #644 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61940, throwflag=0) at Python/ceval.c:3727 #645 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61924, argcount=2, kws=0x1c6192c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #646 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #647 0x002921f6 in PyEval_EvalFrameEx (f=0x1c617e0, throwflag=0) at Python/ceval.c:3727 #648 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c617c4, argcount=2, kws=0x1c617cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #649 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #650 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61680, throwflag=0) at Python/ceval.c:3727 #651 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61664, argcount=2, kws=0x1c6166c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #652 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #653 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61520, throwflag=0) at Python/ceval.c:3727 #654 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61504, argcount=2, kws=0x1c6150c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #655 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #656 0x002921f6 in PyEval_EvalFrameEx (f=0x1c613c0, throwflag=0) at Python/ceval.c:3727 #657 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c613a4, argcount=2, kws=0x1c613ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #658 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #659 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61260, throwflag=0) at Python/ceval.c:3727 #660 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c61244, argcount=2, kws=0x1c6124c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #661 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #662 0x002921f6 in PyEval_EvalFrameEx (f=0x1c61100, throwflag=0) at Python/ceval.c:3727 #663 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c610e4, argcount=2, kws=0x1c610ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #664 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #665 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60fa0, throwflag=0) at Python/ceval.c:3727 #666 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60f84, argcount=2, kws=0x1c60f8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #667 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #668 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60e40, throwflag=0) at Python/ceval.c:3727 #669 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60e24, argcount=2, kws=0x1c60e2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #670 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #671 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60ce0, throwflag=0) at Python/ceval.c:3727 #672 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60cc4, argcount=2, kws=0x1c60ccc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #673 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #674 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60b80, throwflag=0) at Python/ceval.c:3727 #675 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60b64, argcount=2, kws=0x1c60b6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #676 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #677 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60a20, throwflag=0) at Python/ceval.c:3727 #678 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60a04, argcount=2, kws=0x1c60a0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #679 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #680 0x002921f6 in PyEval_EvalFrameEx (f=0x1c608c0, throwflag=0) at Python/ceval.c:3727 #681 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c608a4, argcount=2, kws=0x1c608ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #682 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #683 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60760, throwflag=0) at Python/ceval.c:3727 #684 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60744, argcount=2, kws=0x1c6074c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #685 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #686 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60600, throwflag=0) at Python/ceval.c:3727 #687 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c605e4, argcount=2, kws=0x1c605ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #688 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #689 0x002921f6 in PyEval_EvalFrameEx (f=0x1c604a0, throwflag=0) at Python/ceval.c:3727 #690 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60484, argcount=2, kws=0x1c6048c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #691 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #692 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60340, throwflag=0) at Python/ceval.c:3727 #693 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60324, argcount=2, kws=0x1c6032c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #694 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #695 0x002921f6 in PyEval_EvalFrameEx (f=0x1c601e0, throwflag=0) at Python/ceval.c:3727 #696 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c601c4, argcount=2, kws=0x1c601cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #697 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #698 0x002921f6 in PyEval_EvalFrameEx (f=0x1c60080, throwflag=0) at Python/ceval.c:3727 #699 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c60064, argcount=2, kws=0x1c6006c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #700 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #701 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ff20, throwflag=0) at Python/ceval.c:3727 #702 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ff04, argcount=2, kws=0x1c5ff0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #703 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #704 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5fdc0, throwflag=0) at Python/ceval.c:3727 #705 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5fda4, argcount=2, kws=0x1c5fdac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #706 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #707 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5fc60, throwflag=0) at Python/ceval.c:3727 #708 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5fc44, argcount=2, kws=0x1c5fc4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #709 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #710 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5fb00, throwflag=0) at Python/ceval.c:3727 #711 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5fae4, argcount=2, kws=0x1c5faec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #712 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #713 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f9a0, throwflag=0) at Python/ceval.c:3727 #714 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f984, argcount=2, kws=0x1c5f98c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #715 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #716 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f840, throwflag=0) at Python/ceval.c:3727 #717 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f824, argcount=2, kws=0x1c5f82c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #718 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #719 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f6e0, throwflag=0) at Python/ceval.c:3727 #720 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f6c4, argcount=2, kws=0x1c5f6cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #721 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #722 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f580, throwflag=0) at Python/ceval.c:3727 #723 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f564, argcount=2, kws=0x1c5f56c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #724 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #725 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f420, throwflag=0) at Python/ceval.c:3727 #726 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f404, argcount=2, kws=0x1c5f40c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #727 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #728 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f2c0, throwflag=0) at Python/ceval.c:3727 #729 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f2a4, argcount=2, kws=0x1c5f2ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #730 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #731 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f160, throwflag=0) at Python/ceval.c:3727 #732 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5f144, argcount=2, kws=0x1c5f14c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #733 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #734 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5f000, throwflag=0) at Python/ceval.c:3727 #735 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5efe4, argcount=2, kws=0x1c5efec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #736 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #737 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5eea0, throwflag=0) at Python/ceval.c:3727 #738 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ee84, argcount=2, kws=0x1c5ee8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #739 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #740 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ed40, throwflag=0) at Python/ceval.c:3727 #741 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ed24, argcount=2, kws=0x1c5ed2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #742 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #743 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ebe0, throwflag=0) at Python/ceval.c:3727 #744 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ebc4, argcount=2, kws=0x1c5ebcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #745 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #746 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ea80, throwflag=0) at Python/ceval.c:3727 #747 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ea64, argcount=2, kws=0x1c5ea6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #748 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #749 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e920, throwflag=0) at Python/ceval.c:3727 #750 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e904, argcount=2, kws=0x1c5e90c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #751 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #752 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e7c0, throwflag=0) at Python/ceval.c:3727 #753 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e7a4, argcount=2, kws=0x1c5e7ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #754 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #755 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e660, throwflag=0) at Python/ceval.c:3727 #756 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e644, argcount=2, kws=0x1c5e64c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #757 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #758 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e500, throwflag=0) at Python/ceval.c:3727 #759 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e4e4, argcount=2, kws=0x1c5e4ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #760 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #761 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e3a0, throwflag=0) at Python/ceval.c:3727 #762 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e384, argcount=2, kws=0x1c5e38c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #763 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #764 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e240, throwflag=0) at Python/ceval.c:3727 #765 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e224, argcount=2, kws=0x1c5e22c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #766 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #767 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5e0e0, throwflag=0) at Python/ceval.c:3727 #768 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5e0c4, argcount=2, kws=0x1c5e0cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #769 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #770 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5df80, throwflag=0) at Python/ceval.c:3727 #771 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5df64, argcount=2, kws=0x1c5df6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #772 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #773 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5de20, throwflag=0) at Python/ceval.c:3727 #774 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5de04, argcount=2, kws=0x1c5de0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #775 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #776 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5dcc0, throwflag=0) at Python/ceval.c:3727 #777 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5dca4, argcount=2, kws=0x1c5dcac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #778 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #779 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5db60, throwflag=0) at Python/ceval.c:3727 #780 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5db44, argcount=2, kws=0x1c5db4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #781 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #782 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5da00, throwflag=0) at Python/ceval.c:3727 #783 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d9e4, argcount=2, kws=0x1c5d9ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #784 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #785 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d8a0, throwflag=0) at Python/ceval.c:3727 #786 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d884, argcount=2, kws=0x1c5d88c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #787 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #788 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d740, throwflag=0) at Python/ceval.c:3727 #789 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d724, argcount=2, kws=0x1c5d72c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #790 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #791 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d5e0, throwflag=0) at Python/ceval.c:3727 #792 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d5c4, argcount=2, kws=0x1c5d5cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #793 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #794 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d480, throwflag=0) at Python/ceval.c:3727 #795 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d464, argcount=2, kws=0x1c5d46c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #796 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #797 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d320, throwflag=0) at Python/ceval.c:3727 #798 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d304, argcount=2, kws=0x1c5d30c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #799 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #800 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d1c0, throwflag=0) at Python/ceval.c:3727 #801 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d1a4, argcount=2, kws=0x1c5d1ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #802 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #803 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5d060, throwflag=0) at Python/ceval.c:3727 #804 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5d044, argcount=2, kws=0x1c5d04c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #805 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #806 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5cf00, throwflag=0) at Python/ceval.c:3727 #807 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5cee4, argcount=2, kws=0x1c5ceec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #808 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #809 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5cda0, throwflag=0) at Python/ceval.c:3727 #810 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5cd84, argcount=2, kws=0x1c5cd8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #811 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #812 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5cc40, throwflag=0) at Python/ceval.c:3727 #813 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5cc24, argcount=2, kws=0x1c5cc2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #814 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #815 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5cae0, throwflag=0) at Python/ceval.c:3727 #816 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5cac4, argcount=2, kws=0x1c5cacc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #817 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #818 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c980, throwflag=0) at Python/ceval.c:3727 #819 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c964, argcount=2, kws=0x1c5c96c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #820 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #821 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c820, throwflag=0) at Python/ceval.c:3727 #822 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c804, argcount=2, kws=0x1c5c80c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #823 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #824 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c6c0, throwflag=0) at Python/ceval.c:3727 #825 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c6a4, argcount=2, kws=0x1c5c6ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #826 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #827 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c560, throwflag=0) at Python/ceval.c:3727 #828 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c544, argcount=2, kws=0x1c5c54c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #829 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #830 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c400, throwflag=0) at Python/ceval.c:3727 #831 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c3e4, argcount=2, kws=0x1c5c3ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #832 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #833 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c2a0, throwflag=0) at Python/ceval.c:3727 #834 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c284, argcount=2, kws=0x1c5c28c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #835 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #836 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5c140, throwflag=0) at Python/ceval.c:3727 #837 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5c124, argcount=2, kws=0x1c5c12c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #838 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #839 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5bfe0, throwflag=0) at Python/ceval.c:3727 #840 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5bfc4, argcount=2, kws=0x1c5bfcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #841 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #842 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5be80, throwflag=0) at Python/ceval.c:3727 #843 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5be64, argcount=2, kws=0x1c5be6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #844 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #845 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5bd20, throwflag=0) at Python/ceval.c:3727 #846 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5bd04, argcount=2, kws=0x1c5bd0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #847 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #848 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5bbc0, throwflag=0) at Python/ceval.c:3727 #849 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5bba4, argcount=2, kws=0x1c5bbac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #850 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #851 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ba60, throwflag=0) at Python/ceval.c:3727 #852 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ba44, argcount=2, kws=0x1c5ba4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #853 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #854 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b900, throwflag=0) at Python/ceval.c:3727 #855 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b8e4, argcount=2, kws=0x1c5b8ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #856 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #857 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b7a0, throwflag=0) at Python/ceval.c:3727 #858 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b784, argcount=2, kws=0x1c5b78c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #859 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #860 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b640, throwflag=0) at Python/ceval.c:3727 #861 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b624, argcount=2, kws=0x1c5b62c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #862 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #863 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b4e0, throwflag=0) at Python/ceval.c:3727 #864 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b4c4, argcount=2, kws=0x1c5b4cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #865 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #866 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b380, throwflag=0) at Python/ceval.c:3727 #867 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b364, argcount=2, kws=0x1c5b36c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #868 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #869 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b220, throwflag=0) at Python/ceval.c:3727 #870 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b204, argcount=2, kws=0x1c5b20c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #871 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #872 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5b0c0, throwflag=0) at Python/ceval.c:3727 #873 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5b0a4, argcount=2, kws=0x1c5b0ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #874 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #875 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5af60, throwflag=0) at Python/ceval.c:3727 #876 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5af44, argcount=2, kws=0x1c5af4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #877 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #878 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ae00, throwflag=0) at Python/ceval.c:3727 #879 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ade4, argcount=2, kws=0x1c5adec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #880 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #881 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5aca0, throwflag=0) at Python/ceval.c:3727 #882 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ac84, argcount=2, kws=0x1c5ac8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #883 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #884 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5ab40, throwflag=0) at Python/ceval.c:3727 #885 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5ab24, argcount=2, kws=0x1c5ab2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #886 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #887 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a9e0, throwflag=0) at Python/ceval.c:3727 #888 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a9c4, argcount=2, kws=0x1c5a9cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #889 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #890 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a880, throwflag=0) at Python/ceval.c:3727 #891 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a864, argcount=2, kws=0x1c5a86c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #892 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #893 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a720, throwflag=0) at Python/ceval.c:3727 #894 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a704, argcount=2, kws=0x1c5a70c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #895 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #896 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a5c0, throwflag=0) at Python/ceval.c:3727 #897 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a5a4, argcount=2, kws=0x1c5a5ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #898 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #899 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a460, throwflag=0) at Python/ceval.c:3727 #900 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a444, argcount=2, kws=0x1c5a44c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #901 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #902 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a300, throwflag=0) at Python/ceval.c:3727 #903 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a2e4, argcount=2, kws=0x1c5a2ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #904 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #905 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a1a0, throwflag=0) at Python/ceval.c:3727 #906 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a184, argcount=2, kws=0x1c5a18c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #907 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #908 0x002921f6 in PyEval_EvalFrameEx (f=0x1c5a040, throwflag=0) at Python/ceval.c:3727 #909 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c5a024, argcount=2, kws=0x1c5a02c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #910 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #911 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59ee0, throwflag=0) at Python/ceval.c:3727 #912 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59ec4, argcount=2, kws=0x1c59ecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #913 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #914 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59d80, throwflag=0) at Python/ceval.c:3727 #915 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59d64, argcount=2, kws=0x1c59d6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #916 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #917 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59c20, throwflag=0) at Python/ceval.c:3727 #918 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59c04, argcount=2, kws=0x1c59c0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #919 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #920 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59ac0, throwflag=0) at Python/ceval.c:3727 #921 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59aa4, argcount=2, kws=0x1c59aac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #922 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #923 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59960, throwflag=0) at Python/ceval.c:3727 #924 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59944, argcount=2, kws=0x1c5994c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #925 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #926 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59800, throwflag=0) at Python/ceval.c:3727 #927 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c597e4, argcount=2, kws=0x1c597ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #928 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #929 0x002921f6 in PyEval_EvalFrameEx (f=0x1c596a0, throwflag=0) at Python/ceval.c:3727 #930 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59684, argcount=2, kws=0x1c5968c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #931 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #932 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59540, throwflag=0) at Python/ceval.c:3727 #933 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59524, argcount=2, kws=0x1c5952c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #934 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #935 0x002921f6 in PyEval_EvalFrameEx (f=0x1c593e0, throwflag=0) at Python/ceval.c:3727 #936 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c593c4, argcount=2, kws=0x1c593cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #937 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #938 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59280, throwflag=0) at Python/ceval.c:3727 #939 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59264, argcount=2, kws=0x1c5926c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #940 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #941 0x002921f6 in PyEval_EvalFrameEx (f=0x1c59120, throwflag=0) at Python/ceval.c:3727 #942 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c59104, argcount=2, kws=0x1c5910c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #943 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #944 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58fc0, throwflag=0) at Python/ceval.c:3727 #945 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58fa4, argcount=2, kws=0x1c58fac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #946 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #947 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58e60, throwflag=0) at Python/ceval.c:3727 #948 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58e44, argcount=2, kws=0x1c58e4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #949 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #950 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58d00, throwflag=0) at Python/ceval.c:3727 #951 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58ce4, argcount=2, kws=0x1c58cec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #952 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #953 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58ba0, throwflag=0) at Python/ceval.c:3727 #954 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58b84, argcount=2, kws=0x1c58b8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #955 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #956 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58a40, throwflag=0) at Python/ceval.c:3727 #957 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58a24, argcount=2, kws=0x1c58a2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #958 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #959 0x002921f6 in PyEval_EvalFrameEx (f=0x1c588e0, throwflag=0) at Python/ceval.c:3727 #960 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c588c4, argcount=2, kws=0x1c588cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #961 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #962 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58780, throwflag=0) at Python/ceval.c:3727 #963 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58764, argcount=2, kws=0x1c5876c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #964 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #965 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58620, throwflag=0) at Python/ceval.c:3727 #966 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58604, argcount=2, kws=0x1c5860c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #967 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #968 0x002921f6 in PyEval_EvalFrameEx (f=0x1c584c0, throwflag=0) at Python/ceval.c:3727 #969 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c584a4, argcount=2, kws=0x1c584ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #970 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #971 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58360, throwflag=0) at Python/ceval.c:3727 #972 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58344, argcount=2, kws=0x1c5834c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #973 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #974 0x002921f6 in PyEval_EvalFrameEx (f=0x1c58200, throwflag=0) at Python/ceval.c:3727 #975 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c581e4, argcount=2, kws=0x1c581ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #976 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #977 0x002921f6 in PyEval_EvalFrameEx (f=0x1c580a0, throwflag=0) at Python/ceval.c:3727 #978 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c58084, argcount=2, kws=0x1c5808c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #979 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #980 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57f40, throwflag=0) at Python/ceval.c:3727 #981 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57f24, argcount=2, kws=0x1c57f2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #982 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #983 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57de0, throwflag=0) at Python/ceval.c:3727 #984 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57dc4, argcount=2, kws=0x1c57dcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #985 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #986 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57c80, throwflag=0) at Python/ceval.c:3727 #987 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57c64, argcount=2, kws=0x1c57c6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #988 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #989 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57b20, throwflag=0) at Python/ceval.c:3727 #990 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57b04, argcount=2, kws=0x1c57b0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #991 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #992 0x002921f6 in PyEval_EvalFrameEx (f=0x1c579c0, throwflag=0) at Python/ceval.c:3727 #993 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c579a4, argcount=2, kws=0x1c579ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #994 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #995 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57860, throwflag=0) at Python/ceval.c:3727 #996 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57844, argcount=2, kws=0x1c5784c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #997 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #998 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57700, throwflag=0) at Python/ceval.c:3727 #999 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c576e4, argcount=2, kws=0x1c576ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1000 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1001 0x002921f6 in PyEval_EvalFrameEx (f=0x1c575a0, throwflag=0) at Python/ceval.c:3727 #1002 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57584, argcount=2, kws=0x1c5758c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1003 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1004 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57440, throwflag=0) at Python/ceval.c:3727 #1005 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57424, argcount=2, kws=0x1c5742c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1006 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1007 0x002921f6 in PyEval_EvalFrameEx (f=0x1c572e0, throwflag=0) at Python/ceval.c:3727 #1008 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c572c4, argcount=2, kws=0x1c572cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1009 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1010 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57180, throwflag=0) at Python/ceval.c:3727 #1011 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57164, argcount=2, kws=0x1c5716c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1012 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1013 0x002921f6 in PyEval_EvalFrameEx (f=0x1c57020, throwflag=0) at Python/ceval.c:3727 #1014 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c57004, argcount=2, kws=0x1c5700c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1015 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1016 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56ec0, throwflag=0) at Python/ceval.c:3727 #1017 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56ea4, argcount=2, kws=0x1c56eac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1018 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1019 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56d60, throwflag=0) at Python/ceval.c:3727 #1020 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56d44, argcount=2, kws=0x1c56d4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1021 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1022 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56c00, throwflag=0) at Python/ceval.c:3727 #1023 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56be4, argcount=2, kws=0x1c56bec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1024 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1025 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56aa0, throwflag=0) at Python/ceval.c:3727 #1026 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56a84, argcount=2, kws=0x1c56a8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1027 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1028 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56940, throwflag=0) at Python/ceval.c:3727 #1029 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56924, argcount=2, kws=0x1c5692c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1030 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1031 0x002921f6 in PyEval_EvalFrameEx (f=0x1c567e0, throwflag=0) at Python/ceval.c:3727 #1032 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c567c4, argcount=2, kws=0x1c567cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1033 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1034 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56680, throwflag=0) at Python/ceval.c:3727 #1035 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56664, argcount=2, kws=0x1c5666c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1036 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1037 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56520, throwflag=0) at Python/ceval.c:3727 #1038 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56504, argcount=2, kws=0x1c5650c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1039 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1040 0x002921f6 in PyEval_EvalFrameEx (f=0x1c563c0, throwflag=0) at Python/ceval.c:3727 #1041 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c563a4, argcount=2, kws=0x1c563ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1042 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1043 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56260, throwflag=0) at Python/ceval.c:3727 #1044 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c56244, argcount=2, kws=0x1c5624c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1045 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1046 0x002921f6 in PyEval_EvalFrameEx (f=0x1c56100, throwflag=0) at Python/ceval.c:3727 #1047 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c560e4, argcount=2, kws=0x1c560ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1048 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1049 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55fa0, throwflag=0) at Python/ceval.c:3727 #1050 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55f84, argcount=2, kws=0x1c55f8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1051 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1052 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55e40, throwflag=0) at Python/ceval.c:3727 #1053 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55e24, argcount=2, kws=0x1c55e2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1054 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1055 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55ce0, throwflag=0) at Python/ceval.c:3727 #1056 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55cc4, argcount=2, kws=0x1c55ccc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1057 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1058 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55b80, throwflag=0) at Python/ceval.c:3727 #1059 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55b64, argcount=2, kws=0x1c55b6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1060 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1061 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55a20, throwflag=0) at Python/ceval.c:3727 #1062 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55a04, argcount=2, kws=0x1c55a0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1063 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1064 0x002921f6 in PyEval_EvalFrameEx (f=0x1c558c0, throwflag=0) at Python/ceval.c:3727 #1065 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c558a4, argcount=2, kws=0x1c558ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1066 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1067 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55760, throwflag=0) at Python/ceval.c:3727 #1068 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55744, argcount=2, kws=0x1c5574c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1069 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1070 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55600, throwflag=0) at Python/ceval.c:3727 #1071 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c555e4, argcount=2, kws=0x1c555ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1072 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1073 0x002921f6 in PyEval_EvalFrameEx (f=0x1c554a0, throwflag=0) at Python/ceval.c:3727 #1074 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55484, argcount=2, kws=0x1c5548c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1075 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1076 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55340, throwflag=0) at Python/ceval.c:3727 #1077 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55324, argcount=2, kws=0x1c5532c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1078 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1079 0x002921f6 in PyEval_EvalFrameEx (f=0x1c551e0, throwflag=0) at Python/ceval.c:3727 #1080 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c551c4, argcount=2, kws=0x1c551cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1081 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1082 0x002921f6 in PyEval_EvalFrameEx (f=0x1c55080, throwflag=0) at Python/ceval.c:3727 #1083 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c55064, argcount=2, kws=0x1c5506c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1084 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1085 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54f20, throwflag=0) at Python/ceval.c:3727 #1086 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54f04, argcount=2, kws=0x1c54f0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1087 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1088 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54dc0, throwflag=0) at Python/ceval.c:3727 #1089 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54da4, argcount=2, kws=0x1c54dac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1090 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1091 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54c60, throwflag=0) at Python/ceval.c:3727 #1092 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54c44, argcount=2, kws=0x1c54c4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1093 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1094 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54b00, throwflag=0) at Python/ceval.c:3727 #1095 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54ae4, argcount=2, kws=0x1c54aec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1096 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1097 0x002921f6 in PyEval_EvalFrameEx (f=0x1c549a0, throwflag=0) at Python/ceval.c:3727 #1098 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54984, argcount=2, kws=0x1c5498c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1099 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1100 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54840, throwflag=0) at Python/ceval.c:3727 #1101 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54824, argcount=2, kws=0x1c5482c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1102 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1103 0x002921f6 in PyEval_EvalFrameEx (f=0x1c546e0, throwflag=0) at Python/ceval.c:3727 #1104 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c546c4, argcount=2, kws=0x1c546cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1105 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1106 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54580, throwflag=0) at Python/ceval.c:3727 #1107 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54564, argcount=2, kws=0x1c5456c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1108 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1109 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54420, throwflag=0) at Python/ceval.c:3727 #1110 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54404, argcount=2, kws=0x1c5440c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1111 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1112 0x002921f6 in PyEval_EvalFrameEx (f=0x1c542c0, throwflag=0) at Python/ceval.c:3727 #1113 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c542a4, argcount=2, kws=0x1c542ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1114 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1115 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54160, throwflag=0) at Python/ceval.c:3727 #1116 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c54144, argcount=2, kws=0x1c5414c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1117 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1118 0x002921f6 in PyEval_EvalFrameEx (f=0x1c54000, throwflag=0) at Python/ceval.c:3727 #1119 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53fe4, argcount=2, kws=0x1c53fec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1120 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1121 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53ea0, throwflag=0) at Python/ceval.c:3727 #1122 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53e84, argcount=2, kws=0x1c53e8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1123 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1124 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53d40, throwflag=0) at Python/ceval.c:3727 #1125 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53d24, argcount=2, kws=0x1c53d2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1126 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1127 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53be0, throwflag=0) at Python/ceval.c:3727 #1128 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53bc4, argcount=2, kws=0x1c53bcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1129 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1130 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53a80, throwflag=0) at Python/ceval.c:3727 #1131 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53a64, argcount=2, kws=0x1c53a6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1132 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1133 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53920, throwflag=0) at Python/ceval.c:3727 #1134 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53904, argcount=2, kws=0x1c5390c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1135 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1136 0x002921f6 in PyEval_EvalFrameEx (f=0x1c537c0, throwflag=0) at Python/ceval.c:3727 #1137 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c537a4, argcount=2, kws=0x1c537ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1138 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1139 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53660, throwflag=0) at Python/ceval.c:3727 #1140 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53644, argcount=2, kws=0x1c5364c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1141 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1142 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53500, throwflag=0) at Python/ceval.c:3727 #1143 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c534e4, argcount=2, kws=0x1c534ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1144 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1145 0x002921f6 in PyEval_EvalFrameEx (f=0x1c533a0, throwflag=0) at Python/ceval.c:3727 #1146 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53384, argcount=2, kws=0x1c5338c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1147 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1148 0x002921f6 in PyEval_EvalFrameEx (f=0x1c53240, throwflag=0) at Python/ceval.c:3727 #1149 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c53224, argcount=2, kws=0x1c5322c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1150 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1151 0x002921f6 in PyEval_EvalFrameEx (f=0x1c530e0, throwflag=0) at Python/ceval.c:3727 #1152 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c530c4, argcount=2, kws=0x1c530cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1153 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1154 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52f80, throwflag=0) at Python/ceval.c:3727 #1155 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52f64, argcount=2, kws=0x1c52f6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1156 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1157 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52e20, throwflag=0) at Python/ceval.c:3727 #1158 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52e04, argcount=2, kws=0x1c52e0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1159 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1160 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52cc0, throwflag=0) at Python/ceval.c:3727 #1161 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52ca4, argcount=2, kws=0x1c52cac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1162 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1163 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52b60, throwflag=0) at Python/ceval.c:3727 #1164 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52b44, argcount=2, kws=0x1c52b4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1165 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1166 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52a00, throwflag=0) at Python/ceval.c:3727 #1167 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c529e4, argcount=2, kws=0x1c529ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1168 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1169 0x002921f6 in PyEval_EvalFrameEx (f=0x1c528a0, throwflag=0) at Python/ceval.c:3727 #1170 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52884, argcount=2, kws=0x1c5288c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1171 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1172 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52740, throwflag=0) at Python/ceval.c:3727 #1173 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52724, argcount=2, kws=0x1c5272c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1174 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1175 0x002921f6 in PyEval_EvalFrameEx (f=0x1c525e0, throwflag=0) at Python/ceval.c:3727 #1176 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c525c4, argcount=2, kws=0x1c525cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1177 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1178 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52480, throwflag=0) at Python/ceval.c:3727 #1179 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52464, argcount=2, kws=0x1c5246c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1180 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1181 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52320, throwflag=0) at Python/ceval.c:3727 #1182 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52304, argcount=2, kws=0x1c5230c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1183 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1184 0x002921f6 in PyEval_EvalFrameEx (f=0x1c521c0, throwflag=0) at Python/ceval.c:3727 #1185 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c521a4, argcount=2, kws=0x1c521ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1186 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1187 0x002921f6 in PyEval_EvalFrameEx (f=0x1c52060, throwflag=0) at Python/ceval.c:3727 #1188 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c52044, argcount=2, kws=0x1c5204c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1189 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1190 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51f00, throwflag=0) at Python/ceval.c:3727 #1191 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51ee4, argcount=2, kws=0x1c51eec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1192 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1193 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51da0, throwflag=0) at Python/ceval.c:3727 #1194 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51d84, argcount=2, kws=0x1c51d8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1195 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1196 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51c40, throwflag=0) at Python/ceval.c:3727 #1197 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51c24, argcount=2, kws=0x1c51c2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1198 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1199 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51ae0, throwflag=0) at Python/ceval.c:3727 #1200 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51ac4, argcount=2, kws=0x1c51acc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1201 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1202 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51980, throwflag=0) at Python/ceval.c:3727 #1203 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51964, argcount=2, kws=0x1c5196c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1204 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1205 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51820, throwflag=0) at Python/ceval.c:3727 #1206 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51804, argcount=2, kws=0x1c5180c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1207 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1208 0x002921f6 in PyEval_EvalFrameEx (f=0x1c516c0, throwflag=0) at Python/ceval.c:3727 #1209 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c516a4, argcount=2, kws=0x1c516ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1210 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1211 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51560, throwflag=0) at Python/ceval.c:3727 #1212 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51544, argcount=2, kws=0x1c5154c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1213 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1214 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51400, throwflag=0) at Python/ceval.c:3727 #1215 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c513e4, argcount=2, kws=0x1c513ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1216 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1217 0x002921f6 in PyEval_EvalFrameEx (f=0x1c512a0, throwflag=0) at Python/ceval.c:3727 #1218 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51284, argcount=2, kws=0x1c5128c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1219 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1220 0x002921f6 in PyEval_EvalFrameEx (f=0x1c51140, throwflag=0) at Python/ceval.c:3727 #1221 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c51124, argcount=2, kws=0x1c5112c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1222 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1223 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50fe0, throwflag=0) at Python/ceval.c:3727 #1224 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50fc4, argcount=2, kws=0x1c50fcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1225 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1226 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50e80, throwflag=0) at Python/ceval.c:3727 #1227 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50e64, argcount=2, kws=0x1c50e6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1228 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1229 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50d20, throwflag=0) at Python/ceval.c:3727 #1230 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50d04, argcount=2, kws=0x1c50d0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1231 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1232 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50bc0, throwflag=0) at Python/ceval.c:3727 #1233 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50ba4, argcount=2, kws=0x1c50bac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1234 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1235 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50a60, throwflag=0) at Python/ceval.c:3727 #1236 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50a44, argcount=2, kws=0x1c50a4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1237 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1238 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50900, throwflag=0) at Python/ceval.c:3727 #1239 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c508e4, argcount=2, kws=0x1c508ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1240 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1241 0x002921f6 in PyEval_EvalFrameEx (f=0x1c507a0, throwflag=0) at Python/ceval.c:3727 #1242 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50784, argcount=2, kws=0x1c5078c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1243 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1244 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50640, throwflag=0) at Python/ceval.c:3727 #1245 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50624, argcount=2, kws=0x1c5062c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1246 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1247 0x002921f6 in PyEval_EvalFrameEx (f=0x1c504e0, throwflag=0) at Python/ceval.c:3727 #1248 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c504c4, argcount=2, kws=0x1c504cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1249 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1250 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50380, throwflag=0) at Python/ceval.c:3727 #1251 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50364, argcount=2, kws=0x1c5036c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1252 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1253 0x002921f6 in PyEval_EvalFrameEx (f=0x1c50220, throwflag=0) at Python/ceval.c:3727 #1254 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c50204, argcount=2, kws=0x1c5020c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1255 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1256 0x002921f6 in PyEval_EvalFrameEx (f=0x1c500c0, throwflag=0) at Python/ceval.c:3727 #1257 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c500a4, argcount=2, kws=0x1c500ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1258 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1259 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ff60, throwflag=0) at Python/ceval.c:3727 #1260 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ff44, argcount=2, kws=0x1c4ff4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1261 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1262 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4fe00, throwflag=0) at Python/ceval.c:3727 #1263 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4fde4, argcount=2, kws=0x1c4fdec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1264 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1265 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4fca0, throwflag=0) at Python/ceval.c:3727 #1266 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4fc84, argcount=2, kws=0x1c4fc8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1267 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1268 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4fb40, throwflag=0) at Python/ceval.c:3727 #1269 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4fb24, argcount=2, kws=0x1c4fb2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1270 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1271 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f9e0, throwflag=0) at Python/ceval.c:3727 #1272 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f9c4, argcount=2, kws=0x1c4f9cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1273 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1274 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f880, throwflag=0) at Python/ceval.c:3727 #1275 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f864, argcount=2, kws=0x1c4f86c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1276 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1277 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f720, throwflag=0) at Python/ceval.c:3727 #1278 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f704, argcount=2, kws=0x1c4f70c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1279 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1280 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f5c0, throwflag=0) at Python/ceval.c:3727 #1281 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f5a4, argcount=2, kws=0x1c4f5ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1282 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1283 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f460, throwflag=0) at Python/ceval.c:3727 #1284 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f444, argcount=2, kws=0x1c4f44c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1285 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1286 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f300, throwflag=0) at Python/ceval.c:3727 #1287 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f2e4, argcount=2, kws=0x1c4f2ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1288 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1289 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f1a0, throwflag=0) at Python/ceval.c:3727 #1290 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f184, argcount=2, kws=0x1c4f18c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1291 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1292 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4f040, throwflag=0) at Python/ceval.c:3727 #1293 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4f024, argcount=2, kws=0x1c4f02c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1294 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1295 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4eee0, throwflag=0) at Python/ceval.c:3727 #1296 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4eec4, argcount=2, kws=0x1c4eecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1297 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1298 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ed80, throwflag=0) at Python/ceval.c:3727 #1299 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ed64, argcount=2, kws=0x1c4ed6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1300 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1301 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ec20, throwflag=0) at Python/ceval.c:3727 #1302 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ec04, argcount=2, kws=0x1c4ec0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1303 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1304 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4eac0, throwflag=0) at Python/ceval.c:3727 #1305 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4eaa4, argcount=2, kws=0x1c4eaac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1306 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1307 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e960, throwflag=0) at Python/ceval.c:3727 #1308 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e944, argcount=2, kws=0x1c4e94c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1309 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1310 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e800, throwflag=0) at Python/ceval.c:3727 #1311 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e7e4, argcount=2, kws=0x1c4e7ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1312 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1313 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e6a0, throwflag=0) at Python/ceval.c:3727 #1314 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e684, argcount=2, kws=0x1c4e68c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1315 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1316 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e540, throwflag=0) at Python/ceval.c:3727 #1317 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e524, argcount=2, kws=0x1c4e52c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1318 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1319 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e3e0, throwflag=0) at Python/ceval.c:3727 #1320 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e3c4, argcount=2, kws=0x1c4e3cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1321 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1322 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e280, throwflag=0) at Python/ceval.c:3727 #1323 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e264, argcount=2, kws=0x1c4e26c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1324 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1325 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4e120, throwflag=0) at Python/ceval.c:3727 #1326 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4e104, argcount=2, kws=0x1c4e10c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1327 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1328 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4dfc0, throwflag=0) at Python/ceval.c:3727 #1329 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4dfa4, argcount=2, kws=0x1c4dfac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1330 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1331 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4de60, throwflag=0) at Python/ceval.c:3727 #1332 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4de44, argcount=2, kws=0x1c4de4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1333 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1334 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4dd00, throwflag=0) at Python/ceval.c:3727 #1335 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4dce4, argcount=2, kws=0x1c4dcec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1336 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1337 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4dba0, throwflag=0) at Python/ceval.c:3727 #1338 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4db84, argcount=2, kws=0x1c4db8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1339 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1340 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4da40, throwflag=0) at Python/ceval.c:3727 #1341 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4da24, argcount=2, kws=0x1c4da2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1342 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1343 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d8e0, throwflag=0) at Python/ceval.c:3727 #1344 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d8c4, argcount=2, kws=0x1c4d8cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1345 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1346 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d780, throwflag=0) at Python/ceval.c:3727 #1347 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d764, argcount=2, kws=0x1c4d76c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1348 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1349 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d620, throwflag=0) at Python/ceval.c:3727 #1350 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d604, argcount=2, kws=0x1c4d60c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1351 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1352 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d4c0, throwflag=0) at Python/ceval.c:3727 #1353 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d4a4, argcount=2, kws=0x1c4d4ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1354 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1355 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d360, throwflag=0) at Python/ceval.c:3727 #1356 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d344, argcount=2, kws=0x1c4d34c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1357 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1358 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d200, throwflag=0) at Python/ceval.c:3727 #1359 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d1e4, argcount=2, kws=0x1c4d1ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1360 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1361 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4d0a0, throwflag=0) at Python/ceval.c:3727 #1362 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4d084, argcount=2, kws=0x1c4d08c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1363 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1364 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4cf40, throwflag=0) at Python/ceval.c:3727 #1365 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4cf24, argcount=2, kws=0x1c4cf2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1366 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1367 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4cde0, throwflag=0) at Python/ceval.c:3727 #1368 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4cdc4, argcount=2, kws=0x1c4cdcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1369 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1370 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4cc80, throwflag=0) at Python/ceval.c:3727 #1371 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4cc64, argcount=2, kws=0x1c4cc6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1372 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1373 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4cb20, throwflag=0) at Python/ceval.c:3727 #1374 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4cb04, argcount=2, kws=0x1c4cb0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1375 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1376 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c9c0, throwflag=0) at Python/ceval.c:3727 #1377 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c9a4, argcount=2, kws=0x1c4c9ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1378 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1379 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c860, throwflag=0) at Python/ceval.c:3727 #1380 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c844, argcount=2, kws=0x1c4c84c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1381 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1382 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c700, throwflag=0) at Python/ceval.c:3727 #1383 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c6e4, argcount=2, kws=0x1c4c6ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1384 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1385 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c5a0, throwflag=0) at Python/ceval.c:3727 #1386 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c584, argcount=2, kws=0x1c4c58c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1387 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1388 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c440, throwflag=0) at Python/ceval.c:3727 #1389 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c424, argcount=2, kws=0x1c4c42c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1390 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1391 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c2e0, throwflag=0) at Python/ceval.c:3727 #1392 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c2c4, argcount=2, kws=0x1c4c2cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1393 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1394 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c180, throwflag=0) at Python/ceval.c:3727 #1395 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c164, argcount=2, kws=0x1c4c16c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1396 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1397 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4c020, throwflag=0) at Python/ceval.c:3727 #1398 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4c004, argcount=2, kws=0x1c4c00c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1399 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1400 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4bec0, throwflag=0) at Python/ceval.c:3727 #1401 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4bea4, argcount=2, kws=0x1c4beac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1402 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1403 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4bd60, throwflag=0) at Python/ceval.c:3727 #1404 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4bd44, argcount=2, kws=0x1c4bd4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1405 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1406 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4bc00, throwflag=0) at Python/ceval.c:3727 #1407 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4bbe4, argcount=2, kws=0x1c4bbec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1408 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1409 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4baa0, throwflag=0) at Python/ceval.c:3727 #1410 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ba84, argcount=2, kws=0x1c4ba8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1411 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1412 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b940, throwflag=0) at Python/ceval.c:3727 #1413 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b924, argcount=2, kws=0x1c4b92c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1414 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1415 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b7e0, throwflag=0) at Python/ceval.c:3727 #1416 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b7c4, argcount=2, kws=0x1c4b7cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1417 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1418 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b680, throwflag=0) at Python/ceval.c:3727 #1419 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b664, argcount=2, kws=0x1c4b66c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1420 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1421 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b520, throwflag=0) at Python/ceval.c:3727 #1422 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b504, argcount=2, kws=0x1c4b50c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1423 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1424 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b3c0, throwflag=0) at Python/ceval.c:3727 #1425 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b3a4, argcount=2, kws=0x1c4b3ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1426 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1427 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b260, throwflag=0) at Python/ceval.c:3727 #1428 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b244, argcount=2, kws=0x1c4b24c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1429 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1430 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4b100, throwflag=0) at Python/ceval.c:3727 #1431 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4b0e4, argcount=2, kws=0x1c4b0ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1432 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1433 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4afa0, throwflag=0) at Python/ceval.c:3727 #1434 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4af84, argcount=2, kws=0x1c4af8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1435 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1436 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ae40, throwflag=0) at Python/ceval.c:3727 #1437 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ae24, argcount=2, kws=0x1c4ae2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1438 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1439 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ace0, throwflag=0) at Python/ceval.c:3727 #1440 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4acc4, argcount=2, kws=0x1c4accc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1441 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1442 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4ab80, throwflag=0) at Python/ceval.c:3727 #1443 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4ab64, argcount=2, kws=0x1c4ab6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1444 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1445 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4aa20, throwflag=0) at Python/ceval.c:3727 #1446 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4aa04, argcount=2, kws=0x1c4aa0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1447 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1448 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a8c0, throwflag=0) at Python/ceval.c:3727 #1449 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a8a4, argcount=2, kws=0x1c4a8ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1450 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1451 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a760, throwflag=0) at Python/ceval.c:3727 #1452 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a744, argcount=2, kws=0x1c4a74c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1453 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1454 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a600, throwflag=0) at Python/ceval.c:3727 #1455 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a5e4, argcount=2, kws=0x1c4a5ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1456 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1457 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a4a0, throwflag=0) at Python/ceval.c:3727 #1458 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a484, argcount=2, kws=0x1c4a48c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1459 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1460 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a340, throwflag=0) at Python/ceval.c:3727 #1461 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a324, argcount=2, kws=0x1c4a32c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1462 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1463 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a1e0, throwflag=0) at Python/ceval.c:3727 #1464 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a1c4, argcount=2, kws=0x1c4a1cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1465 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1466 0x002921f6 in PyEval_EvalFrameEx (f=0x1c4a080, throwflag=0) at Python/ceval.c:3727 #1467 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c4a064, argcount=2, kws=0x1c4a06c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1468 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1469 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49f20, throwflag=0) at Python/ceval.c:3727 #1470 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49f04, argcount=2, kws=0x1c49f0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1471 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1472 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49dc0, throwflag=0) at Python/ceval.c:3727 #1473 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49da4, argcount=2, kws=0x1c49dac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1474 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1475 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49c60, throwflag=0) at Python/ceval.c:3727 #1476 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49c44, argcount=2, kws=0x1c49c4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1477 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1478 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49b00, throwflag=0) at Python/ceval.c:3727 #1479 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49ae4, argcount=2, kws=0x1c49aec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1480 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1481 0x002921f6 in PyEval_EvalFrameEx (f=0x1c499a0, throwflag=0) at Python/ceval.c:3727 #1482 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49984, argcount=2, kws=0x1c4998c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1483 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1484 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49840, throwflag=0) at Python/ceval.c:3727 #1485 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49824, argcount=2, kws=0x1c4982c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1486 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1487 0x002921f6 in PyEval_EvalFrameEx (f=0x1c496e0, throwflag=0) at Python/ceval.c:3727 #1488 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c496c4, argcount=2, kws=0x1c496cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1489 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1490 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49580, throwflag=0) at Python/ceval.c:3727 #1491 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49564, argcount=2, kws=0x1c4956c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1492 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1493 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49420, throwflag=0) at Python/ceval.c:3727 #1494 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49404, argcount=2, kws=0x1c4940c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1495 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1496 0x002921f6 in PyEval_EvalFrameEx (f=0x1c492c0, throwflag=0) at Python/ceval.c:3727 #1497 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c492a4, argcount=2, kws=0x1c492ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1498 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1499 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49160, throwflag=0) at Python/ceval.c:3727 #1500 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c49144, argcount=2, kws=0x1c4914c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1501 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1502 0x002921f6 in PyEval_EvalFrameEx (f=0x1c49000, throwflag=0) at Python/ceval.c:3727 #1503 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48fe4, argcount=2, kws=0x1c48fec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1504 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1505 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48ea0, throwflag=0) at Python/ceval.c:3727 #1506 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48e84, argcount=2, kws=0x1c48e8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1507 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1508 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48d40, throwflag=0) at Python/ceval.c:3727 #1509 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48d24, argcount=2, kws=0x1c48d2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1510 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1511 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48be0, throwflag=0) at Python/ceval.c:3727 #1512 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48bc4, argcount=2, kws=0x1c48bcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1513 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1514 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48a80, throwflag=0) at Python/ceval.c:3727 #1515 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48a64, argcount=2, kws=0x1c48a6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1516 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1517 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48920, throwflag=0) at Python/ceval.c:3727 #1518 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48904, argcount=2, kws=0x1c4890c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1519 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1520 0x002921f6 in PyEval_EvalFrameEx (f=0x1c487c0, throwflag=0) at Python/ceval.c:3727 #1521 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c487a4, argcount=2, kws=0x1c487ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1522 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1523 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48660, throwflag=0) at Python/ceval.c:3727 #1524 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48644, argcount=2, kws=0x1c4864c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1525 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1526 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48500, throwflag=0) at Python/ceval.c:3727 #1527 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c484e4, argcount=2, kws=0x1c484ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1528 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1529 0x002921f6 in PyEval_EvalFrameEx (f=0x1c483a0, throwflag=0) at Python/ceval.c:3727 #1530 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48384, argcount=2, kws=0x1c4838c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1531 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1532 0x002921f6 in PyEval_EvalFrameEx (f=0x1c48240, throwflag=0) at Python/ceval.c:3727 #1533 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c48224, argcount=2, kws=0x1c4822c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1534 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1535 0x002921f6 in PyEval_EvalFrameEx (f=0x1c480e0, throwflag=0) at Python/ceval.c:3727 #1536 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c480c4, argcount=2, kws=0x1c480cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1537 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1538 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47f80, throwflag=0) at Python/ceval.c:3727 #1539 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47f64, argcount=2, kws=0x1c47f6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1540 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1541 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47e20, throwflag=0) at Python/ceval.c:3727 #1542 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47e04, argcount=2, kws=0x1c47e0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1543 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1544 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47cc0, throwflag=0) at Python/ceval.c:3727 #1545 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47ca4, argcount=2, kws=0x1c47cac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1546 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1547 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47b60, throwflag=0) at Python/ceval.c:3727 #1548 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47b44, argcount=2, kws=0x1c47b4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1549 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1550 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47a00, throwflag=0) at Python/ceval.c:3727 #1551 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c479e4, argcount=2, kws=0x1c479ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1552 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1553 0x002921f6 in PyEval_EvalFrameEx (f=0x1c478a0, throwflag=0) at Python/ceval.c:3727 #1554 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47884, argcount=2, kws=0x1c4788c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1555 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1556 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47740, throwflag=0) at Python/ceval.c:3727 #1557 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47724, argcount=2, kws=0x1c4772c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1558 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1559 0x002921f6 in PyEval_EvalFrameEx (f=0x1c475e0, throwflag=0) at Python/ceval.c:3727 #1560 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c475c4, argcount=2, kws=0x1c475cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1561 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1562 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47480, throwflag=0) at Python/ceval.c:3727 #1563 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47464, argcount=2, kws=0x1c4746c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1564 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1565 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47320, throwflag=0) at Python/ceval.c:3727 #1566 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47304, argcount=2, kws=0x1c4730c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1567 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1568 0x002921f6 in PyEval_EvalFrameEx (f=0x1c471c0, throwflag=0) at Python/ceval.c:3727 #1569 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c471a4, argcount=2, kws=0x1c471ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1570 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1571 0x002921f6 in PyEval_EvalFrameEx (f=0x1c47060, throwflag=0) at Python/ceval.c:3727 #1572 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c47044, argcount=2, kws=0x1c4704c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1573 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1574 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46f00, throwflag=0) at Python/ceval.c:3727 #1575 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46ee4, argcount=2, kws=0x1c46eec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1576 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1577 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46da0, throwflag=0) at Python/ceval.c:3727 #1578 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46d84, argcount=2, kws=0x1c46d8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1579 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1580 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46c40, throwflag=0) at Python/ceval.c:3727 #1581 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46c24, argcount=2, kws=0x1c46c2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1582 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1583 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46ae0, throwflag=0) at Python/ceval.c:3727 #1584 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46ac4, argcount=2, kws=0x1c46acc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1585 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1586 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46980, throwflag=0) at Python/ceval.c:3727 #1587 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46964, argcount=2, kws=0x1c4696c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1588 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1589 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46820, throwflag=0) at Python/ceval.c:3727 #1590 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46804, argcount=2, kws=0x1c4680c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1591 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1592 0x002921f6 in PyEval_EvalFrameEx (f=0x1c466c0, throwflag=0) at Python/ceval.c:3727 #1593 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c466a4, argcount=2, kws=0x1c466ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1594 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1595 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46560, throwflag=0) at Python/ceval.c:3727 #1596 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46544, argcount=2, kws=0x1c4654c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1597 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1598 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46400, throwflag=0) at Python/ceval.c:3727 #1599 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c463e4, argcount=2, kws=0x1c463ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1600 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1601 0x002921f6 in PyEval_EvalFrameEx (f=0x1c462a0, throwflag=0) at Python/ceval.c:3727 #1602 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46284, argcount=2, kws=0x1c4628c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1603 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1604 0x002921f6 in PyEval_EvalFrameEx (f=0x1c46140, throwflag=0) at Python/ceval.c:3727 #1605 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c46124, argcount=2, kws=0x1c4612c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1606 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1607 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45fe0, throwflag=0) at Python/ceval.c:3727 #1608 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45fc4, argcount=2, kws=0x1c45fcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1609 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1610 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45e80, throwflag=0) at Python/ceval.c:3727 #1611 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45e64, argcount=2, kws=0x1c45e6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1612 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1613 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45d20, throwflag=0) at Python/ceval.c:3727 #1614 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45d04, argcount=2, kws=0x1c45d0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1615 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1616 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45bc0, throwflag=0) at Python/ceval.c:3727 #1617 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45ba4, argcount=2, kws=0x1c45bac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1618 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1619 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45a60, throwflag=0) at Python/ceval.c:3727 #1620 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45a44, argcount=2, kws=0x1c45a4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1621 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1622 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45900, throwflag=0) at Python/ceval.c:3727 #1623 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c458e4, argcount=2, kws=0x1c458ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1624 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1625 0x002921f6 in PyEval_EvalFrameEx (f=0x1c457a0, throwflag=0) at Python/ceval.c:3727 #1626 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45784, argcount=2, kws=0x1c4578c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1627 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1628 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45640, throwflag=0) at Python/ceval.c:3727 #1629 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45624, argcount=2, kws=0x1c4562c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1630 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1631 0x002921f6 in PyEval_EvalFrameEx (f=0x1c454e0, throwflag=0) at Python/ceval.c:3727 #1632 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c454c4, argcount=2, kws=0x1c454cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1633 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1634 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45380, throwflag=0) at Python/ceval.c:3727 #1635 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45364, argcount=2, kws=0x1c4536c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1636 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1637 0x002921f6 in PyEval_EvalFrameEx (f=0x1c45220, throwflag=0) at Python/ceval.c:3727 #1638 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c45204, argcount=2, kws=0x1c4520c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1639 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1640 0x002921f6 in PyEval_EvalFrameEx (f=0x1c450c0, throwflag=0) at Python/ceval.c:3727 #1641 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c450a4, argcount=2, kws=0x1c450ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1642 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1643 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44f60, throwflag=0) at Python/ceval.c:3727 #1644 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44f44, argcount=2, kws=0x1c44f4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1645 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1646 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44e00, throwflag=0) at Python/ceval.c:3727 #1647 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44de4, argcount=2, kws=0x1c44dec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1648 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1649 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44ca0, throwflag=0) at Python/ceval.c:3727 #1650 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44c84, argcount=2, kws=0x1c44c8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1651 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1652 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44b40, throwflag=0) at Python/ceval.c:3727 #1653 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44b24, argcount=2, kws=0x1c44b2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1654 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1655 0x002921f6 in PyEval_EvalFrameEx (f=0x1c449e0, throwflag=0) at Python/ceval.c:3727 #1656 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c449c4, argcount=2, kws=0x1c449cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1657 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1658 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44880, throwflag=0) at Python/ceval.c:3727 #1659 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44864, argcount=2, kws=0x1c4486c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1660 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1661 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44720, throwflag=0) at Python/ceval.c:3727 #1662 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44704, argcount=2, kws=0x1c4470c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1663 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1664 0x002921f6 in PyEval_EvalFrameEx (f=0x1c445c0, throwflag=0) at Python/ceval.c:3727 #1665 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c445a4, argcount=2, kws=0x1c445ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1666 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1667 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44460, throwflag=0) at Python/ceval.c:3727 #1668 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44444, argcount=2, kws=0x1c4444c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1669 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1670 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44300, throwflag=0) at Python/ceval.c:3727 #1671 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c442e4, argcount=2, kws=0x1c442ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1672 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1673 0x002921f6 in PyEval_EvalFrameEx (f=0x1c441a0, throwflag=0) at Python/ceval.c:3727 #1674 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44184, argcount=2, kws=0x1c4418c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1675 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1676 0x002921f6 in PyEval_EvalFrameEx (f=0x1c44040, throwflag=0) at Python/ceval.c:3727 #1677 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c44024, argcount=2, kws=0x1c4402c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1678 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1679 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43ee0, throwflag=0) at Python/ceval.c:3727 #1680 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43ec4, argcount=2, kws=0x1c43ecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1681 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1682 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43d80, throwflag=0) at Python/ceval.c:3727 #1683 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43d64, argcount=2, kws=0x1c43d6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1684 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1685 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43c20, throwflag=0) at Python/ceval.c:3727 #1686 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43c04, argcount=2, kws=0x1c43c0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1687 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1688 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43ac0, throwflag=0) at Python/ceval.c:3727 #1689 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43aa4, argcount=2, kws=0x1c43aac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1690 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1691 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43960, throwflag=0) at Python/ceval.c:3727 #1692 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43944, argcount=2, kws=0x1c4394c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1693 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1694 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43800, throwflag=0) at Python/ceval.c:3727 #1695 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c437e4, argcount=2, kws=0x1c437ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1696 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1697 0x002921f6 in PyEval_EvalFrameEx (f=0x1c436a0, throwflag=0) at Python/ceval.c:3727 #1698 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43684, argcount=2, kws=0x1c4368c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1699 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1700 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43540, throwflag=0) at Python/ceval.c:3727 #1701 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43524, argcount=2, kws=0x1c4352c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1702 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1703 0x002921f6 in PyEval_EvalFrameEx (f=0x1c433e0, throwflag=0) at Python/ceval.c:3727 #1704 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c433c4, argcount=2, kws=0x1c433cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1705 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1706 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43280, throwflag=0) at Python/ceval.c:3727 #1707 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43264, argcount=2, kws=0x1c4326c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1708 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1709 0x002921f6 in PyEval_EvalFrameEx (f=0x1c43120, throwflag=0) at Python/ceval.c:3727 #1710 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c43104, argcount=2, kws=0x1c4310c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1711 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1712 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42fc0, throwflag=0) at Python/ceval.c:3727 #1713 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42fa4, argcount=2, kws=0x1c42fac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1714 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1715 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42e60, throwflag=0) at Python/ceval.c:3727 #1716 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42e44, argcount=2, kws=0x1c42e4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1717 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1718 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42d00, throwflag=0) at Python/ceval.c:3727 #1719 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42ce4, argcount=2, kws=0x1c42cec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1720 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1721 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42ba0, throwflag=0) at Python/ceval.c:3727 #1722 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42b84, argcount=2, kws=0x1c42b8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1723 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1724 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42a40, throwflag=0) at Python/ceval.c:3727 #1725 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42a24, argcount=2, kws=0x1c42a2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1726 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1727 0x002921f6 in PyEval_EvalFrameEx (f=0x1c428e0, throwflag=0) at Python/ceval.c:3727 #1728 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c428c4, argcount=2, kws=0x1c428cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1729 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1730 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42780, throwflag=0) at Python/ceval.c:3727 #1731 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42764, argcount=2, kws=0x1c4276c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1732 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1733 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42620, throwflag=0) at Python/ceval.c:3727 #1734 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42604, argcount=2, kws=0x1c4260c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1735 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1736 0x002921f6 in PyEval_EvalFrameEx (f=0x1c424c0, throwflag=0) at Python/ceval.c:3727 #1737 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c424a4, argcount=2, kws=0x1c424ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1738 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1739 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42360, throwflag=0) at Python/ceval.c:3727 #1740 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42344, argcount=2, kws=0x1c4234c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1741 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1742 0x002921f6 in PyEval_EvalFrameEx (f=0x1c42200, throwflag=0) at Python/ceval.c:3727 #1743 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c421e4, argcount=2, kws=0x1c421ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1744 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1745 0x002921f6 in PyEval_EvalFrameEx (f=0x1c420a0, throwflag=0) at Python/ceval.c:3727 #1746 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c42084, argcount=2, kws=0x1c4208c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1747 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1748 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41f40, throwflag=0) at Python/ceval.c:3727 #1749 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41f24, argcount=2, kws=0x1c41f2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1750 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1751 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41de0, throwflag=0) at Python/ceval.c:3727 #1752 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41dc4, argcount=2, kws=0x1c41dcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1753 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1754 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41c80, throwflag=0) at Python/ceval.c:3727 #1755 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41c64, argcount=2, kws=0x1c41c6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1756 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1757 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41b20, throwflag=0) at Python/ceval.c:3727 #1758 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41b04, argcount=2, kws=0x1c41b0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1759 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1760 0x002921f6 in PyEval_EvalFrameEx (f=0x1c419c0, throwflag=0) at Python/ceval.c:3727 #1761 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c419a4, argcount=2, kws=0x1c419ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1762 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1763 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41860, throwflag=0) at Python/ceval.c:3727 #1764 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41844, argcount=2, kws=0x1c4184c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1765 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1766 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41700, throwflag=0) at Python/ceval.c:3727 #1767 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c416e4, argcount=2, kws=0x1c416ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1768 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1769 0x002921f6 in PyEval_EvalFrameEx (f=0x1c415a0, throwflag=0) at Python/ceval.c:3727 #1770 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41584, argcount=2, kws=0x1c4158c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1771 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1772 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41440, throwflag=0) at Python/ceval.c:3727 #1773 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41424, argcount=2, kws=0x1c4142c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1774 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1775 0x002921f6 in PyEval_EvalFrameEx (f=0x1c412e0, throwflag=0) at Python/ceval.c:3727 #1776 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c412c4, argcount=2, kws=0x1c412cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1777 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1778 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41180, throwflag=0) at Python/ceval.c:3727 #1779 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41164, argcount=2, kws=0x1c4116c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1780 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1781 0x002921f6 in PyEval_EvalFrameEx (f=0x1c41020, throwflag=0) at Python/ceval.c:3727 #1782 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c41004, argcount=2, kws=0x1c4100c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1783 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1784 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40ec0, throwflag=0) at Python/ceval.c:3727 #1785 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40ea4, argcount=2, kws=0x1c40eac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1786 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1787 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40d60, throwflag=0) at Python/ceval.c:3727 #1788 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40d44, argcount=2, kws=0x1c40d4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1789 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1790 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40c00, throwflag=0) at Python/ceval.c:3727 #1791 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40be4, argcount=2, kws=0x1c40bec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1792 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1793 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40aa0, throwflag=0) at Python/ceval.c:3727 #1794 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40a84, argcount=2, kws=0x1c40a8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1795 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1796 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40940, throwflag=0) at Python/ceval.c:3727 #1797 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40924, argcount=2, kws=0x1c4092c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1798 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1799 0x002921f6 in PyEval_EvalFrameEx (f=0x1c407e0, throwflag=0) at Python/ceval.c:3727 #1800 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c407c4, argcount=2, kws=0x1c407cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1801 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1802 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40680, throwflag=0) at Python/ceval.c:3727 #1803 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40664, argcount=2, kws=0x1c4066c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1804 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1805 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40520, throwflag=0) at Python/ceval.c:3727 #1806 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40504, argcount=2, kws=0x1c4050c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1807 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1808 0x002921f6 in PyEval_EvalFrameEx (f=0x1c403c0, throwflag=0) at Python/ceval.c:3727 #1809 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c403a4, argcount=2, kws=0x1c403ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1810 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1811 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40260, throwflag=0) at Python/ceval.c:3727 #1812 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c40244, argcount=2, kws=0x1c4024c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1813 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1814 0x002921f6 in PyEval_EvalFrameEx (f=0x1c40100, throwflag=0) at Python/ceval.c:3727 #1815 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c400e4, argcount=2, kws=0x1c400ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1816 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1817 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ffa0, throwflag=0) at Python/ceval.c:3727 #1818 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ff84, argcount=2, kws=0x1c3ff8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1819 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1820 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3fe40, throwflag=0) at Python/ceval.c:3727 #1821 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3fe24, argcount=2, kws=0x1c3fe2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1822 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1823 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3fce0, throwflag=0) at Python/ceval.c:3727 #1824 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3fcc4, argcount=2, kws=0x1c3fccc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1825 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1826 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3fb80, throwflag=0) at Python/ceval.c:3727 #1827 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3fb64, argcount=2, kws=0x1c3fb6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1828 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1829 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3fa20, throwflag=0) at Python/ceval.c:3727 #1830 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3fa04, argcount=2, kws=0x1c3fa0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1831 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1832 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f8c0, throwflag=0) at Python/ceval.c:3727 #1833 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f8a4, argcount=2, kws=0x1c3f8ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1834 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1835 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f760, throwflag=0) at Python/ceval.c:3727 #1836 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f744, argcount=2, kws=0x1c3f74c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1837 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1838 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f600, throwflag=0) at Python/ceval.c:3727 #1839 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f5e4, argcount=2, kws=0x1c3f5ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1840 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1841 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f4a0, throwflag=0) at Python/ceval.c:3727 #1842 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f484, argcount=2, kws=0x1c3f48c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1843 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1844 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f340, throwflag=0) at Python/ceval.c:3727 #1845 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f324, argcount=2, kws=0x1c3f32c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1846 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1847 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f1e0, throwflag=0) at Python/ceval.c:3727 #1848 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f1c4, argcount=2, kws=0x1c3f1cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1849 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1850 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3f080, throwflag=0) at Python/ceval.c:3727 #1851 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3f064, argcount=2, kws=0x1c3f06c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1852 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1853 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ef20, throwflag=0) at Python/ceval.c:3727 #1854 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ef04, argcount=2, kws=0x1c3ef0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1855 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1856 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3edc0, throwflag=0) at Python/ceval.c:3727 #1857 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3eda4, argcount=2, kws=0x1c3edac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1858 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1859 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ec60, throwflag=0) at Python/ceval.c:3727 #1860 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ec44, argcount=2, kws=0x1c3ec4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1861 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1862 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3eb00, throwflag=0) at Python/ceval.c:3727 #1863 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3eae4, argcount=2, kws=0x1c3eaec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1864 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1865 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e9a0, throwflag=0) at Python/ceval.c:3727 #1866 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e984, argcount=2, kws=0x1c3e98c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1867 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1868 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e840, throwflag=0) at Python/ceval.c:3727 #1869 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e824, argcount=2, kws=0x1c3e82c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1870 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1871 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e6e0, throwflag=0) at Python/ceval.c:3727 #1872 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e6c4, argcount=2, kws=0x1c3e6cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1873 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1874 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e580, throwflag=0) at Python/ceval.c:3727 #1875 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e564, argcount=2, kws=0x1c3e56c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1876 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1877 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e420, throwflag=0) at Python/ceval.c:3727 #1878 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e404, argcount=2, kws=0x1c3e40c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1879 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1880 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e2c0, throwflag=0) at Python/ceval.c:3727 #1881 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e2a4, argcount=2, kws=0x1c3e2ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1882 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1883 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e160, throwflag=0) at Python/ceval.c:3727 #1884 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3e144, argcount=2, kws=0x1c3e14c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1885 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1886 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3e000, throwflag=0) at Python/ceval.c:3727 #1887 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3dfe4, argcount=2, kws=0x1c3dfec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1888 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1889 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3dea0, throwflag=0) at Python/ceval.c:3727 #1890 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3de84, argcount=2, kws=0x1c3de8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1891 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1892 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3dd40, throwflag=0) at Python/ceval.c:3727 #1893 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3dd24, argcount=2, kws=0x1c3dd2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1894 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1895 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3dbe0, throwflag=0) at Python/ceval.c:3727 #1896 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3dbc4, argcount=2, kws=0x1c3dbcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1897 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1898 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3da80, throwflag=0) at Python/ceval.c:3727 #1899 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3da64, argcount=2, kws=0x1c3da6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1900 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1901 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d920, throwflag=0) at Python/ceval.c:3727 #1902 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d904, argcount=2, kws=0x1c3d90c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1903 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1904 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d7c0, throwflag=0) at Python/ceval.c:3727 #1905 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d7a4, argcount=2, kws=0x1c3d7ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1906 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1907 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d660, throwflag=0) at Python/ceval.c:3727 #1908 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d644, argcount=2, kws=0x1c3d64c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1909 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1910 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d500, throwflag=0) at Python/ceval.c:3727 #1911 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d4e4, argcount=2, kws=0x1c3d4ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1912 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1913 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d3a0, throwflag=0) at Python/ceval.c:3727 #1914 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d384, argcount=2, kws=0x1c3d38c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1915 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1916 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d240, throwflag=0) at Python/ceval.c:3727 #1917 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d224, argcount=2, kws=0x1c3d22c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1918 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1919 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3d0e0, throwflag=0) at Python/ceval.c:3727 #1920 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3d0c4, argcount=2, kws=0x1c3d0cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1921 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1922 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3cf80, throwflag=0) at Python/ceval.c:3727 #1923 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3cf64, argcount=2, kws=0x1c3cf6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1924 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1925 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ce20, throwflag=0) at Python/ceval.c:3727 #1926 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ce04, argcount=2, kws=0x1c3ce0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1927 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1928 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ccc0, throwflag=0) at Python/ceval.c:3727 #1929 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3cca4, argcount=2, kws=0x1c3ccac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1930 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1931 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3cb60, throwflag=0) at Python/ceval.c:3727 #1932 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3cb44, argcount=2, kws=0x1c3cb4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1933 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1934 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ca00, throwflag=0) at Python/ceval.c:3727 #1935 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c9e4, argcount=2, kws=0x1c3c9ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1936 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1937 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c8a0, throwflag=0) at Python/ceval.c:3727 #1938 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c884, argcount=2, kws=0x1c3c88c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1939 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1940 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c740, throwflag=0) at Python/ceval.c:3727 #1941 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c724, argcount=2, kws=0x1c3c72c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1942 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1943 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c5e0, throwflag=0) at Python/ceval.c:3727 #1944 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c5c4, argcount=2, kws=0x1c3c5cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1945 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1946 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c480, throwflag=0) at Python/ceval.c:3727 #1947 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c464, argcount=2, kws=0x1c3c46c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1948 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1949 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c320, throwflag=0) at Python/ceval.c:3727 #1950 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c304, argcount=2, kws=0x1c3c30c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1951 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1952 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c1c0, throwflag=0) at Python/ceval.c:3727 #1953 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c1a4, argcount=2, kws=0x1c3c1ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1954 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1955 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3c060, throwflag=0) at Python/ceval.c:3727 #1956 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3c044, argcount=2, kws=0x1c3c04c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1957 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1958 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3bf00, throwflag=0) at Python/ceval.c:3727 #1959 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3bee4, argcount=2, kws=0x1c3beec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1960 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1961 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3bda0, throwflag=0) at Python/ceval.c:3727 #1962 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3bd84, argcount=2, kws=0x1c3bd8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1963 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1964 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3bc40, throwflag=0) at Python/ceval.c:3727 #1965 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3bc24, argcount=2, kws=0x1c3bc2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1966 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1967 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3bae0, throwflag=0) at Python/ceval.c:3727 #1968 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3bac4, argcount=2, kws=0x1c3bacc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1969 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1970 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b980, throwflag=0) at Python/ceval.c:3727 #1971 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b964, argcount=2, kws=0x1c3b96c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1972 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1973 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b820, throwflag=0) at Python/ceval.c:3727 #1974 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b804, argcount=2, kws=0x1c3b80c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1975 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1976 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b6c0, throwflag=0) at Python/ceval.c:3727 #1977 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b6a4, argcount=2, kws=0x1c3b6ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1978 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1979 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b560, throwflag=0) at Python/ceval.c:3727 #1980 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b544, argcount=2, kws=0x1c3b54c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1981 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1982 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b400, throwflag=0) at Python/ceval.c:3727 #1983 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b3e4, argcount=2, kws=0x1c3b3ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1984 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1985 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b2a0, throwflag=0) at Python/ceval.c:3727 #1986 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b284, argcount=2, kws=0x1c3b28c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1987 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1988 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3b140, throwflag=0) at Python/ceval.c:3727 #1989 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3b124, argcount=2, kws=0x1c3b12c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1990 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1991 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3afe0, throwflag=0) at Python/ceval.c:3727 #1992 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3afc4, argcount=2, kws=0x1c3afcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1993 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1994 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ae80, throwflag=0) at Python/ceval.c:3727 #1995 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ae64, argcount=2, kws=0x1c3ae6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1996 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #1997 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3ad20, throwflag=0) at Python/ceval.c:3727 #1998 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3ad04, argcount=2, kws=0x1c3ad0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #1999 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2000 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3abc0, throwflag=0) at Python/ceval.c:3727 #2001 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3aba4, argcount=2, kws=0x1c3abac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2002 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2003 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3aa60, throwflag=0) at Python/ceval.c:3727 #2004 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3aa44, argcount=2, kws=0x1c3aa4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2005 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2006 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a900, throwflag=0) at Python/ceval.c:3727 #2007 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a8e4, argcount=2, kws=0x1c3a8ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2008 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2009 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a7a0, throwflag=0) at Python/ceval.c:3727 #2010 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a784, argcount=2, kws=0x1c3a78c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2011 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2012 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a640, throwflag=0) at Python/ceval.c:3727 #2013 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a624, argcount=2, kws=0x1c3a62c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2014 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2015 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a4e0, throwflag=0) at Python/ceval.c:3727 #2016 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a4c4, argcount=2, kws=0x1c3a4cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2017 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2018 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a380, throwflag=0) at Python/ceval.c:3727 #2019 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a364, argcount=2, kws=0x1c3a36c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2020 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2021 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a220, throwflag=0) at Python/ceval.c:3727 #2022 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a204, argcount=2, kws=0x1c3a20c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2023 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2024 0x002921f6 in PyEval_EvalFrameEx (f=0x1c3a0c0, throwflag=0) at Python/ceval.c:3727 #2025 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c3a0a4, argcount=2, kws=0x1c3a0ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2026 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2027 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39f60, throwflag=0) at Python/ceval.c:3727 #2028 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39f44, argcount=2, kws=0x1c39f4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2029 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2030 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39e00, throwflag=0) at Python/ceval.c:3727 #2031 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39de4, argcount=2, kws=0x1c39dec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2032 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2033 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39ca0, throwflag=0) at Python/ceval.c:3727 #2034 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39c84, argcount=2, kws=0x1c39c8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2035 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2036 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39b40, throwflag=0) at Python/ceval.c:3727 #2037 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39b24, argcount=2, kws=0x1c39b2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2038 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2039 0x002921f6 in PyEval_EvalFrameEx (f=0x1c399e0, throwflag=0) at Python/ceval.c:3727 #2040 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c399c4, argcount=2, kws=0x1c399cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2041 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2042 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39880, throwflag=0) at Python/ceval.c:3727 #2043 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39864, argcount=2, kws=0x1c3986c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2044 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2045 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39720, throwflag=0) at Python/ceval.c:3727 #2046 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39704, argcount=2, kws=0x1c3970c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2047 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2048 0x002921f6 in PyEval_EvalFrameEx (f=0x1c395c0, throwflag=0) at Python/ceval.c:3727 #2049 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c395a4, argcount=2, kws=0x1c395ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2050 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2051 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39460, throwflag=0) at Python/ceval.c:3727 #2052 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39444, argcount=2, kws=0x1c3944c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2053 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2054 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39300, throwflag=0) at Python/ceval.c:3727 #2055 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c392e4, argcount=2, kws=0x1c392ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2056 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2057 0x002921f6 in PyEval_EvalFrameEx (f=0x1c391a0, throwflag=0) at Python/ceval.c:3727 #2058 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39184, argcount=2, kws=0x1c3918c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2059 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2060 0x002921f6 in PyEval_EvalFrameEx (f=0x1c39040, throwflag=0) at Python/ceval.c:3727 #2061 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c39024, argcount=2, kws=0x1c3902c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2062 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2063 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38ee0, throwflag=0) at Python/ceval.c:3727 #2064 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38ec4, argcount=2, kws=0x1c38ecc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2065 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2066 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38d80, throwflag=0) at Python/ceval.c:3727 #2067 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38d64, argcount=2, kws=0x1c38d6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2068 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2069 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38c20, throwflag=0) at Python/ceval.c:3727 #2070 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38c04, argcount=2, kws=0x1c38c0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2071 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2072 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38ac0, throwflag=0) at Python/ceval.c:3727 #2073 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38aa4, argcount=2, kws=0x1c38aac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2074 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2075 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38960, throwflag=0) at Python/ceval.c:3727 #2076 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38944, argcount=2, kws=0x1c3894c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2077 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2078 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38800, throwflag=0) at Python/ceval.c:3727 #2079 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c387e4, argcount=2, kws=0x1c387ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2080 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2081 0x002921f6 in PyEval_EvalFrameEx (f=0x1c386a0, throwflag=0) at Python/ceval.c:3727 #2082 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38684, argcount=2, kws=0x1c3868c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2083 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2084 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38540, throwflag=0) at Python/ceval.c:3727 #2085 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38524, argcount=2, kws=0x1c3852c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2086 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2087 0x002921f6 in PyEval_EvalFrameEx (f=0x1c383e0, throwflag=0) at Python/ceval.c:3727 #2088 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c383c4, argcount=2, kws=0x1c383cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2089 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2090 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38280, throwflag=0) at Python/ceval.c:3727 #2091 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38264, argcount=2, kws=0x1c3826c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2092 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2093 0x002921f6 in PyEval_EvalFrameEx (f=0x1c38120, throwflag=0) at Python/ceval.c:3727 #2094 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c38104, argcount=2, kws=0x1c3810c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2095 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2096 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37fc0, throwflag=0) at Python/ceval.c:3727 #2097 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37fa4, argcount=2, kws=0x1c37fac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2098 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2099 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37e60, throwflag=0) at Python/ceval.c:3727 #2100 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37e44, argcount=2, kws=0x1c37e4c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2101 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2102 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37d00, throwflag=0) at Python/ceval.c:3727 #2103 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37ce4, argcount=2, kws=0x1c37cec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2104 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2105 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37ba0, throwflag=0) at Python/ceval.c:3727 #2106 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37b84, argcount=2, kws=0x1c37b8c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2107 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2108 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37a40, throwflag=0) at Python/ceval.c:3727 #2109 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37a24, argcount=2, kws=0x1c37a2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2110 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2111 0x002921f6 in PyEval_EvalFrameEx (f=0x1c378e0, throwflag=0) at Python/ceval.c:3727 #2112 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c378c4, argcount=2, kws=0x1c378cc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2113 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2114 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37780, throwflag=0) at Python/ceval.c:3727 #2115 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37764, argcount=2, kws=0x1c3776c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2116 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2117 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37620, throwflag=0) at Python/ceval.c:3727 #2118 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37604, argcount=2, kws=0x1c3760c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2119 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2120 0x002921f6 in PyEval_EvalFrameEx (f=0x1c374c0, throwflag=0) at Python/ceval.c:3727 #2121 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c374a4, argcount=2, kws=0x1c374ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2122 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2123 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37360, throwflag=0) at Python/ceval.c:3727 #2124 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37344, argcount=2, kws=0x1c3734c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2125 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2126 0x002921f6 in PyEval_EvalFrameEx (f=0x1c37200, throwflag=0) at Python/ceval.c:3727 #2127 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c371e4, argcount=2, kws=0x1c371ec, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2128 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2129 0x002921f6 in PyEval_EvalFrameEx (f=0x1c370a0, throwflag=0) at Python/ceval.c:3727 #2130 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c37084, argcount=2, kws=0x1c3708c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2131 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2132 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36f40, throwflag=0) at Python/ceval.c:3727 #2133 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c36f24, argcount=2, kws=0x1c36f2c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2134 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2135 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36de0, throwflag=0) at Python/ceval.c:3727 #2136 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c36dc4, argcount=2, kws=0x1c36dcc, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2137 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2138 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36c80, throwflag=0) at Python/ceval.c:3727 #2139 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c36c64, argcount=2, kws=0x1c36c6c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2140 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2141 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36b20, throwflag=0) at Python/ceval.c:3727 #2142 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c36b04, argcount=2, kws=0x1c36b0c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2143 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2144 0x002921f6 in PyEval_EvalFrameEx (f=0x1c369c0, throwflag=0) at Python/ceval.c:3727 #2145 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c369a4, argcount=2, kws=0x1c369ac, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2146 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2147 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36860, throwflag=0) at Python/ceval.c:3727 #2148 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c36844, argcount=2, kws=0x1c3684c, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2149 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2150 0x002921f6 in PyEval_EvalFrameEx (f=0x1c36700, throwflag=0) at Python/ceval.c:3727 #2151 0x00293f4d in PyEval_EvalCodeEx (co=0x1379578, globals=0x1375a50, locals=0x0, args=0x1c366e0, argcount=1, kws=0x1c366e4, kwcount=0, defs=0x137e4bc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2152 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2153 0x002921f6 in PyEval_EvalFrameEx (f=0x1c365a0, throwflag=0) at Python/ceval.c:3727 #2154 0x00292df9 in PyEval_EvalFrameEx (f=0x1c36420, throwflag=0) at Python/ceval.c:3792 #2155 0x00293f4d in PyEval_EvalCodeEx (co=0x13799b0, globals=0x1375ed0, locals=0x0, args=0x1b569c4, argcount=2, kws=0x0, kwcount=0, defs=0x13a8a3c, defcount=1, closure=0x0) at Python/ceval.c:2968 #2156 0x00212206 in function_call (func=0x13d5670, arg=0x1b569b8, kw=0x0) at Objects/funcobject.c:524 #2157 0x001e1a25 in PyObject_Call (func=0x13d5670, arg=0x1b569b8, kw=0x0) at Objects/abstract.c:2492 #2158 0x001f3806 in instancemethod_call (func=0x13d5670, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2159 0x001e1a25 in PyObject_Call (func=0x1b64468, arg=0x1af0cd0, kw=0x0) at Objects/abstract.c:2492 #2160 0x00247a67 in slot_tp_init (self=0x1379578, args=0x1af0cd0, kwds=0x0) at Objects/typeobject.c:5632 #2161 0x00246490 in type_call (type=0x4d0680, args=0x1af0cd0, kwds=0x0) at Objects/typeobject.c:745 #2162 0x001e1a25 in PyObject_Call (func=0x4d0680, arg=0x1af0cd0, kw=0x0) at Objects/abstract.c:2492 #2163 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2164 0x00290abe in PyEval_EvalFrameEx (f=0x1c362c0, throwflag=0) at Python/ceval.c:3729 #2165 0x00292df9 in PyEval_EvalFrameEx (f=0x1c2f310, throwflag=0) at Python/ceval.c:3792 #2166 0x00293f4d in PyEval_EvalCodeEx (co=0x1367bf0, globals=0x1375930, locals=0x0, args=0x1af426c, argcount=3, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2167 0x00212206 in function_call (func=0x13d5eb0, arg=0x1af4260, kw=0x0) at Objects/funcobject.c:524 #2168 0x001e1a25 in PyObject_Call (func=0x13d5eb0, arg=0x1af4260, kw=0x0) at Objects/abstract.c:2492 #2169 0x001f3806 in instancemethod_call (func=0x13d5eb0, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2170 0x001e1a25 in PyObject_Call (func=0x1aefad0, arg=0x1af1418, kw=0x0) at Objects/abstract.c:2492 #2171 0x00247e37 in slot_tp_call (self=0x1379578, args=0x1af1418, kwds=0x0) at Objects/typeobject.c:5372 #2172 0x001e1a25 in PyObject_Call (func=0x1b52450, arg=0x1af1418, kw=0x0) at Objects/abstract.c:2492 #2173 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2174 0x00290abe in PyEval_EvalFrameEx (f=0x1c2f180, throwflag=0) at Python/ceval.c:3729 #2175 0x00293f4d in PyEval_EvalCodeEx (co=0x1367bf0, globals=0x1375930, locals=0x0, args=0x1add794, argcount=3, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2176 0x00212206 in function_call (func=0x13d5eb0, arg=0x1add788, kw=0x0) at Objects/funcobject.c:524 #2177 0x001e1a25 in PyObject_Call (func=0x13d5eb0, arg=0x1add788, kw=0x0) at Objects/abstract.c:2492 #2178 0x001f3806 in instancemethod_call (func=0x13d5eb0, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2179 0x001e1a25 in PyObject_Call (func=0x1ae9350, arg=0x1aeff58, kw=0x0) at Objects/abstract.c:2492 #2180 0x00247e37 in slot_tp_call (self=0x1379578, args=0x1aeff58, kwds=0x0) at Objects/typeobject.c:5372 #2181 0x001e1a25 in PyObject_Call (func=0x1b523d0, arg=0x1aeff58, kw=0x0) at Objects/abstract.c:2492 #2182 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2183 0x00290abe in PyEval_EvalFrameEx (f=0x1c2ee80, throwflag=0) at Python/ceval.c:3729 #2184 0x00293f4d in PyEval_EvalCodeEx (co=0x1367bf0, globals=0x1375930, locals=0x0, args=0x1ae4564, argcount=3, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2185 0x00212206 in function_call (func=0x13d5eb0, arg=0x1ae4558, kw=0x0) at Objects/funcobject.c:524 #2186 0x001e1a25 in PyObject_Call (func=0x13d5eb0, arg=0x1ae4558, kw=0x0) at Objects/abstract.c:2492 #2187 0x001f3806 in instancemethod_call (func=0x13d5eb0, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2188 0x001e1a25 in PyObject_Call (func=0x1aefa80, arg=0x1af1e40, kw=0x0) at Objects/abstract.c:2492 #2189 0x00247e37 in slot_tp_call (self=0x1379578, args=0x1af1e40, kwds=0x0) at Objects/typeobject.c:5372 #2190 0x001e1a25 in PyObject_Call (func=0x1ade910, arg=0x1af1e40, kw=0x0) at Objects/abstract.c:2492 #2191 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2192 0x00290abe in PyEval_EvalFrameEx (f=0x1c2ec40, throwflag=0) at Python/ceval.c:3729 #2193 0x00293f4d in PyEval_EvalCodeEx (co=0x12e1608, globals=0x133b780, locals=0x0, args=0x1ae44c4, argcount=3, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2194 0x00212206 in function_call (func=0x1372270, arg=0x1ae44b8, kw=0x0) at Objects/funcobject.c:524 #2195 0x001e1a25 in PyObject_Call (func=0x1372270, arg=0x1ae44b8, kw=0x0) at Objects/abstract.c:2492 #2196 0x001f3806 in instancemethod_call (func=0x1372270, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2197 0x001e1a25 in PyObject_Call (func=0x1aefa30, arg=0x1aeff08, kw=0x0) at Objects/abstract.c:2492 #2198 0x00247e37 in slot_tp_call (self=0x1379578, args=0x1aeff08, kwds=0x0) at Objects/typeobject.c:5372 #2199 0x001e1a25 in PyObject_Call (func=0x1ade970, arg=0x1aeff08, kw=0x0) at Objects/abstract.c:2492 #2200 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2201 0x00290abe in PyEval_EvalFrameEx (f=0x1c2ea90, throwflag=0) at Python/ceval.c:3729 #2202 0x00293f4d in PyEval_EvalCodeEx (co=0x12e1338, globals=0x12dc6f0, locals=0x0, args=0x1c2e76c, argcount=1, kws=0x1c2e770, kwcount=0, defs=0x131ea3c, defcount=1, closure=0x0) at Python/ceval.c:2968 #2203 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2204 0x002921f6 in PyEval_EvalFrameEx (f=0x1c2e630, throwflag=0) at Python/ceval.c:3727 #2205 0x00292df9 in PyEval_EvalFrameEx (f=0x1c2e4d0, throwflag=0) at Python/ceval.c:3792 #2206 0x00293f4d in PyEval_EvalCodeEx (co=0x12fa728, globals=0x1300540, locals=0x0, args=0x1af0d5c, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2207 0x00212206 in function_call (func=0x1320e30, arg=0x1af0d50, kw=0x0) at Objects/funcobject.c:524 #2208 0x001e1a25 in PyObject_Call (func=0x1320e30, arg=0x1af0d50, kw=0x0) at Objects/abstract.c:2492 #2209 0x001f3806 in instancemethod_call (func=0x1320e30, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2210 0x001e1a25 in PyObject_Call (func=0x1aef990, arg=0x1af0d50, kw=0x0) at Objects/abstract.c:2492 #2211 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2212 0x00290abe in PyEval_EvalFrameEx (f=0x1c2e360, throwflag=0) at Python/ceval.c:3729 #2213 0x00292df9 in PyEval_EvalFrameEx (f=0x1c2e060, throwflag=0) at Python/ceval.c:3792 #2214 0x00293f4d in PyEval_EvalCodeEx (co=0x628890, globals=0x6219c0, locals=0x0, args=0x188c2ac, argcount=4, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2215 0x00212206 in function_call (func=0x624ab0, arg=0x188c2a0, kw=0x0) at Objects/funcobject.c:524 #2216 0x001e1a25 in PyObject_Call (func=0x624ab0, arg=0x188c2a0, kw=0x0) at Objects/abstract.c:2492 #2217 0x001f3806 in instancemethod_call (func=0x624ab0, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2218 0x001e1a25 in PyObject_Call (func=0x1aef9b8, arg=0x1ae4468, kw=0x0) at Objects/abstract.c:2492 #2219 0x0028c5ce in PyEval_CallObjectWithKeywords (func=0x1aef9b8, arg=0x1f3660, kw=0x0) at Python/ceval.c:3575 #2220 0x001f66d2 in PyInstance_New (klass=0x13252d0, arg=0x1ae4468, kw=0x0) at Objects/classobject.c:568 #2221 0x001e1a25 in PyObject_Call (func=0x13252d0, arg=0x1ae4468, kw=0x0) at Objects/abstract.c:2492 #2222 0x00290abe in do_call [inlined] () at Python/ceval.c:3917 #2223 0x00290abe in PyEval_EvalFrameEx (f=0x1c2dd50, throwflag=0) at Python/ceval.c:3729 #2224 0x00292df9 in PyEval_EvalFrameEx (f=0x15c8c60, throwflag=0) at Python/ceval.c:3792 #2225 0x00292df9 in PyEval_EvalFrameEx (f=0x15ed430, throwflag=0) at Python/ceval.c:3792 #2226 0x00293f4d in PyEval_EvalCodeEx (co=0x12f3338, globals=0x12dc6f0, locals=0x0, args=0x15ed3c8, argcount=0, kws=0x15ed3c8, kwcount=0, defs=0x0, defcount=0, closure=0x1ae43a0) at Python/ceval.c:2968 #2227 0x002921f6 in fast_function [inlined] () at Python/ceval.c:3802 #2228 0x002921f6 in PyEval_EvalFrameEx (f=0x15ed270, throwflag=0) at Python/ceval.c:3727 #2229 0x00293f4d in PyEval_EvalCodeEx (co=0x12f30f8, globals=0x12dc6f0, locals=0x0, args=0x1978b7c, argcount=1, kws=0x15580e0, kwcount=1, defs=0x131eddc, defcount=1, closure=0x0) at Python/ceval.c:2968 #2230 0x00212206 in function_call (func=0x1331030, arg=0x1978b70, kw=0x1332270) at Objects/funcobject.c:524 #2231 0x001e1a25 in PyObject_Call (func=0x1331030, arg=0x1978b70, kw=0x1332270) at Objects/abstract.c:2492 #2232 0x0028ff21 in PyEval_EvalFrameEx (f=0x15ed100, throwflag=0) at Python/ceval.c:4005 #2233 0x00292df9 in PyEval_EvalFrameEx (f=0x15ecf50, throwflag=0) at Python/ceval.c:3792 #2234 0x00292df9 in PyEval_EvalFrameEx (f=0x4a1950, throwflag=0) at Python/ceval.c:3792 #2235 0x00293f4d in PyEval_EvalCodeEx (co=0x5a07b8, globals=0x594420, locals=0x0, args=0x1ad5b7c, argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2968 #2236 0x00212206 in function_call (func=0x5ab3b0, arg=0x1ad5b70, kw=0x0) at Objects/funcobject.c:524 #2237 0x001e1a25 in PyObject_Call (func=0x5ab3b0, arg=0x1ad5b70, kw=0x0) at Objects/abstract.c:2492 #2238 0x001f3806 in instancemethod_call (func=0x5ab3b0, arg=0x212160, kw=0x0) at Objects/classobject.c:2579 #2239 0x001e1a25 in PyObject_Call (func=0x12f18f0, arg=0x8030, kw=0x0) at Objects/abstract.c:2492 #2240 0x0028c5ce in PyEval_CallObjectWithKeywords (func=0x12f18f0, arg=0x1f3660, kw=0x0) at Python/ceval.c:3575 #2241 0x002cd70f in t_bootstrap (boot_raw=0x4a1aa0) at threadmodule.c:425 #2242 0x90f34155 in _pthread_start () #2243 0x90f34012 in thread_start () (gdb)