Message410550
The following code causes Assertion failed on Windows 11
import cProfile
def test():
import sys
import dis
with cProfile.Profile() as p:
test()
Error:
❯ ./python.bat main.py
Running Debug|x64 interpreter...
Assertion failed: frame->f_lasti >= 0, file D:\cpython\Python\ceval.c, line 6509 |
|
| Date |
User |
Action |
Args |
| 2022-01-14 10:06:30 | kumaraditya | set | recipients:
+ kumaraditya |
| 2022-01-14 10:06:30 | kumaraditya | set | messageid: <1642154790.61.0.270697807965.issue46374@roundup.psfhosted.org> |
| 2022-01-14 10:06:30 | kumaraditya | link | issue46374 messages |
| 2022-01-14 10:06:30 | kumaraditya | create | |
|