[issue34609] Idle Unitest

2018-09-22 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34609] Idle Unitest

2018-09-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: Following up, I was able to recreate under 3.8 using pdb in powershell, so it's not just in IDLE. Traceback (most recent call last): File "N:\projects\cpython\lib\pdb.py", line 1697, in main pdb._runscript(mainpyfile) File

[issue34609] Idle Unitest

2018-09-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: Just to help track this down, 'import math' does not cause the trace, but 'import email' does. It seems to be modules that have a loader function. My guess (but I haven't tried it yet) is that this would happen if stepping through pdb outside of IDLE too.

[issue34609] Idle Unitest

2018-09-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: I have Python 3.6.5 on Ubuntu 18.04. Initially, I was unable to recreate the issue. However, issue33065 from 4 months ago has the same trace (except on a different import), so I tried stepping through debug using the minimal example that Terry gave and

[issue34609] Idle Unitest

2018-09-07 Thread Tal Einat
Tal Einat added the comment: Testing similarly to Terry, this doesn't reproduce with a recent build of master branch (3.8) on Ubuntu 16.04. I'll be able to try a build of older versions with IDLE only in a few days. -- ___ Python tracker

[issue34609] Idle Unitest

2018-09-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I cannot confirm this. I tested 3.6.6 on Windows 10 with tem3.py containing import unittest print unittest I ran this twice, without and with debug on. The output: RESTART: F:\Python\a\tem3.py >>> [DEBUG

[issue34609] Idle Unitest

2018-09-07 Thread pisc...@yahoo.fr
New submission from pisc...@yahoo.fr : Idle is unable to import unittest. and raises an attributeError. Output of the Python shell Idle is included in the file bug idle. several files raise this exception on of them is included in this report the Trace for Idle is as follows : Python 3.6.5