[issue44729] sys.setprofile bug

2021-07-23 Thread Hasan
Change by Hasan : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue44729] sys.setprofile bug

2021-07-23 Thread Hasan
New submission from Hasan : 1. If we try to import modules except os or sys, we will get such events. 2. If we access frame.f_locals.items() and frame.f_code.replace() inside tracefunc, function execution shows events and stops, but if access other frame.f_locals.* it begins to call and look