klipper/klippy
Kevin O'Connor cb0a8f2ed9 reactor: Add support for explicit Python garbage collection
Add support for performing Python gc work only from the main reactor
thread and only when it appears the main thread is idle.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-09-16 23:53:45 -04:00
..
chelper chelper: Set compiler flags to never use "x387" floating point math 2020-09-15 17:12:53 -04:00
extras bed_mesh: add mesh parameters to BED_MESH_CALIBRATE 2020-09-15 20:36:55 -04:00
kinematics homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
clocksync.py clocksync: Don't filter any of the initial syncronization clock messages 2020-05-02 11:08:02 -04:00
configfile.py configfile: Use "import ConfigParser as configparser" 2020-06-15 17:15:53 -04:00
console.py
gcode.py gcode: Fix out-of-order cmd_M112 reference 2020-08-23 13:18:30 -04:00
homing.py homing: Remove EndstopError 2020-09-04 11:41:57 -04:00
klippy.py reactor: Add support for explicit Python garbage collection 2020-09-16 23:53:45 -04:00
mathutil.py
mcu.py mcu: Setup for steppersync_free to be automatically called 2020-09-16 23:53:45 -04:00
msgproto.py msgproto: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
parsedump.py
pins.py
queuelogger.py webhooks: Add client_info parameter to "info" webhook 2020-08-26 10:12:58 -04:00
reactor.py reactor: Add support for explicit Python garbage collection 2020-09-16 23:53:45 -04:00
serialhdl.py serialhdl: Setup for serialqueue_free to be automatically called 2020-09-16 23:53:45 -04:00
stepper.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
toolhead.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
util.py util: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
webhooks.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00