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 om364@
Recipients jcdlr, om364@, terry.reedy
Date 2018-04-11.22:50:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523487054.01.0.682650639539.issue33065@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "...\PositionalList.py", line 1, in <module>
    from _DoublyLinkedBase import _DoublyLinkedBase
  File "<frozen importlib._bootstrap>", line 968, in _find_and_load
  File "<frozen importlib._bootstrap>", line 148, in __enter__
  File "<frozen importlib._bootstrap>", line 174, in _get_module_lock
  File "<frozen importlib._bootstrap>", line 59, in __init__
  File "<frozen importlib._bootstrap>", line 59, in __init__
  File "...\Python\Python36\lib\bdb.py", line 48, in trace_dispatch
    return self.dispatch_line(frame)
  File "...\Python\Python36\lib\bdb.py", line 66, in dispatch_line
    self.user_line(frame)
  File "...\Python\Python36\lib\idlelib\debugger.py", line 24, in user_line
    self.gui.interaction(message, frame)
AttributeError: '_ModuleLock' object has no attribute 'name'

The file works correctly in PowerShell, but in IDLE debbuger there is a error.
History
Date User Action Args
2018-04-11 22:50:54om364@setrecipients: + om364@, terry.reedy, jcdlr
2018-04-11 22:50:54om364@setmessageid: <1523487054.01.0.682650639539.issue33065@psf.upfronthosting.co.za>
2018-04-11 22:50:53om364@linkissue33065 messages
2018-04-11 22:50:53om364@create