[issue41830] "NameError: name 'AttributeError' is not defined"

2020-09-22 Thread sanka sowmya
New submission from sanka sowmya : I am using 3.6.8 version of python. I am seeing an error as NameError: name 'AttributeError' is not defined URL where logs can be seen:https://bpa.st/DDTQ -- messages: 377305 nosy: sasowmy1 priority: normal severity: normal status: open title: "NameEr

[issue41830] "NameError: name 'AttributeError' is not defined"

2020-09-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It can happen when some objects with __del__ are kept alive at the interpreter shutdown stage and outlive the builtins module. I have not seen such errors for a long time. Could you reproduce it on newer Python versions? Could you reproduce it with simpler

[issue41830] "NameError: name 'AttributeError' is not defined"

2021-05-26 Thread Irit Katriel
Irit Katriel added the comment: Sanka, please create a new issue if you can provide more info about the problem. -- stage: -> resolved status: pending -> closed ___ Python tracker __

[issue41830] "NameError: name 'AttributeError' is not defined"

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: The link to the logs is not working now, and without more info there isn't much we can do. Sanka, are you able to reproduce this on a newer python version and tell us how? -- nosy: +iritkatriel resolution: -> rejected status: open -> pending