Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:

This is the top of the stacktrace I got on Windows in Visual Studio:

        ucrtbased.dll!00007ff9096d8ea8()        Unknown
        ucrtbased.dll!00007ff9096d727c()        Unknown
        ucrtbased.dll!00007ff9096d6f69()        Unknown
        ucrtbased.dll!00007ff9096d70b3()        Unknown
        ucrtbased.dll!00007ff9096d72e9()        Unknown
        ucrtbased.dll!00007ff9096cef0c()        Unknown
        ucrtbased.dll!00007ff9096cf446()        Unknown
>       python311_d.dll!tok_get(tok_state * tok, const char * * p_start, const 
> char * * p_end) Line 1699        C
        python311_d.dll!_PyTokenizer_Get(tok_state * tok, const char * * 
p_start, const char * * p_end) Line 2061       C
        python311_d.dll!_PyPegen_fill_token(Parser * p) Line 223        C
        python311_d.dll!_PyPegen_is_memoized(Parser * p, int type, void * pres) 
Line 309        C
        python311_d.dll!factor_rule(Parser * p) Line 12622      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        python311_d.dll!factor_rule(Parser * p) Line 12682      C
        ...

----------
nosy: +Dennis Sweeney

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46110>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to