This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcdlr
Recipients jcdlr, terry.reedy
Date 2018-03-13.05:02:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520917336.65.0.467229070634.issue33065@psf.upfronthosting.co.za>
In-reply-to
Content
Taking my first coding class, so I don't know much about coding or python in general, but I  ran into a problem when using the Debugger function for a homework assignment that neither I nor my professor could make sense of. My program executes successfully without running the Debugger or, in the case that I am running the Debugger, it only raises an error when I "Step" through the imported module that I implemented in another program, rather than just hitting "Go". The error it reports is:
AttributeError: '_ModuleLock' object has no attribute 'name'

Not sure which file to submit, since the I created my own module that is used in the program that raises the error when I step through it with the Debugger mode on.
History
Date User Action Args
2018-03-13 05:02:16jcdlrsetrecipients: + jcdlr, terry.reedy
2018-03-13 05:02:16jcdlrsetmessageid: <1520917336.65.0.467229070634.issue33065@psf.upfronthosting.co.za>
2018-03-13 05:02:16jcdlrlinkissue33065 messages
2018-03-13 05:02:15jcdlrcreate