mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Add tests for the C tokenizer and expose it as a private module (GH-27924)
This commit is contained in:
parent
9ed523159c
commit
a24676bedc
9 changed files with 1114 additions and 5 deletions
|
@ -80,6 +80,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_thread",
|
||||
"_threading_local",
|
||||
"_tkinter",
|
||||
"_tokenize",
|
||||
"_tracemalloc",
|
||||
"_typing",
|
||||
"_uuid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue