DebugClients/Python3/__init__.py

Sun, 28 Apr 2013 19:02:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 28 Apr 2013 19:02:44 +0200
branch
5_3_x
changeset 2639
d9c43b41da5b
parent 2302
f29e9405c851
child 2953
703452a2876f
child 3163
9f50365a0870
permissions
-rw-r--r--

Fixed an issue in the Python debug clients caused by the current thread being None.
(grafted from f3dd3c8d4aa46863837cb894584b65aff8c58e63)

# -*- coding: utf-8 -*-

# Copyright (c) 2009 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the Python3 debugger

It consists of different kinds of debug clients.
"""

eric ide

mercurial