[issue45867] kwarg default value expression incorrectly evaluated

2021-11-22 Thread Muhamed Itani
Change by Muhamed Itani : Removed file: https://bugs.python.org/file50456/mpyFrame.pyw ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue45867] kwarg default value expression incorrectly evaluated

2021-11-22 Thread Muhamed Itani
Change by Muhamed Itani : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

[issue45867] kwarg default value expression incorrectly evaluated

2021-11-22 Thread Muhamed Itani
New submission from Muhamed Itani : I have an MPYFrame class that inherits from tkinter.Frame. It's init looks like this: from os.path import normcase,normpath def __init__(self,master=None,port=None,baudrate=115200,timeout=1,localFolder=normcase(normpath(os.getcwd(: The problem is, when