diff --git a/_pydev_bundle/pydev_monkey.py b/_pydev_bundle/pydev_monkey.py index 7c6eb577..4c63c955 100644 --- a/_pydev_bundle/pydev_monkey.py +++ b/_pydev_bundle/pydev_monkey.py @@ -1291,7 +1291,3 @@ def get_original_start_new_thread(threading_module): return threading_module._original_start_new_thread except: return threading_module.start_new_thread - - -a = lambda: None -print(a.__code__)