Files
proxmark3/client/src
Shawn Hoffman 148e5ed2d1 python fixes
now, one can do "script run mything.py" multiple times without
crashing, and exit codes are correct.

Pm3PyRun_SimpleFileNoExit:
* use XDECREF instead of DECREF (handles possible nullptr).
* don't double-free "er".
* print exit status correctly.

CmdScriptRun:
* allow invoking scripts multiple times.
* fix memleak of argtable contents if help path not triggered.
* configure_c_stdio should be 0 or 1, not < 0.
* py_conf: don't explicitly set options to their default values, it's confusing.
* Call Py_Finalize only when exiting pm3.

main_loop:
* cleanup cmdscript from main_loop. Important to call
  Py_Finalize from here in case Qt is used (in which case
  main_loop is on Qt thread).

ProxGuiQT::MainLoop:
* reduce timer delay to 0 - there isn't a need to wait here.
2026-05-22 16:38:59 -07:00
..
2026-05-11 14:36:17 +02:00
2026-05-11 14:36:17 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-05-09 18:33:45 +03:00
2026-05-11 14:36:17 +02:00
2026-05-19 09:36:32 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-05-11 14:36:17 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-04-13 09:35:02 +02:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-05-11 14:36:17 +02:00
2026-05-21 20:54:44 +02:00
2026-03-30 22:58:52 +08:00
2026-05-11 14:36:17 +02:00
2026-04-13 09:35:02 +02:00
2026-04-08 15:55:48 +07:00
2026-05-21 20:54:44 +02:00
2026-04-25 16:19:37 +01:00
2026-04-07 08:35:30 +07:00
2026-05-21 20:54:44 +02:00
2026-04-13 09:35:02 +02:00
2026-05-22 16:38:59 -07:00
2026-05-22 16:38:59 -07:00
2026-05-21 20:54:44 +02:00
2026-03-31 17:03:23 +03:00
2026-03-31 17:03:23 +03:00
2026-05-21 20:54:44 +02:00
2026-05-21 20:54:44 +02:00
2026-03-31 17:03:23 +03:00
2026-05-22 16:38:59 -07:00
2026-05-22 16:38:59 -07:00
2026-03-31 17:03:23 +03:00
2026-05-08 21:43:54 +03:00
2026-05-08 21:43:54 +03:00