This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, charles.mcmarrow.4, eric.smith, lys.nikolaou, pablogsal
Date 2021-12-17.08:32:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639729926.54.0.959467767328.issue46110@roundup.psfhosted.org>
In-reply-to
Content
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
        ...
History
Date User Action Args
2021-12-17 08:32:06Dennis Sweeneysetrecipients: + Dennis Sweeney, eric.smith, lys.nikolaou, pablogsal, charles.mcmarrow.4
2021-12-17 08:32:06Dennis Sweeneysetmessageid: <1639729926.54.0.959467767328.issue46110@roundup.psfhosted.org>
2021-12-17 08:32:06Dennis Sweeneylinkissue46110 messages
2021-12-17 08:32:06Dennis Sweeneycreate