From 558e4208eef842b27be815b439ae84b934bb08c6 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 31 Aug 2022 01:34:53 +0100 Subject: [PATCH] Debugging y --- bridge_master.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 223c369..4d9ab10 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ############################################################################### -# Copyright (C) 2020 Simon Adlem, G7RZU +# Copyright (C) 2020-2022 Simon Adlem, G7RZU # Copyright (C) 2016-2019 Cortney T. Buffington, N0MJS # # This program is free software; you can redistribute it and/or modify @@ -79,6 +79,9 @@ from binascii import b2a_hex as ahex from AMI import AMI +#garbage collector debugging +import gc +gc.set_debug(gc.DEBUG_UNCOLLECTABLE) # Does anybody read this stuff? There's a PEP somewhere that says I should do this. __author__ = 'Cortney T. Buffington, N0MJS, Forked by Simon Adlem - G7RZU'