karl3@writeme.com wrote: > karl3@writeme.com wrote: > > karl3@writeme.com wrote: > > karl3@writeme.com wrote: > > GPT-4 > > User > > Come up with an analog to "goto" in python that engages the raw > > interpreter and/or bytecode systems of python to function. > > i want to try! > > it sounds like one preference is to see if it works to create a function > > that accesses the bytes of its caller's code and uses ctypes to modify them > > taking a pause cause it feels funny, might do a different thing now
i bet however pdb and trace work would be a higher level way without ctypes!