diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-08-24 16:50:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 16:50:05 (GMT) |
commit | a24676bedcd332dd7e6fa5521d0449206391d190 (patch) | |
tree | 45ccbb5c30c4debd12c08df5edbdb87e38353348 /PCbuild | |
parent | 9ed523159c7ba840dbf403e02498eeae1b5d3ed9 (diff) | |
download | cpython-a24676bedcd332dd7e6fa5521d0449206391d190.zip cpython-a24676bedcd332dd7e6fa5521d0449206391d190.tar.gz cpython-a24676bedcd332dd7e6fa5521d0449206391d190.tar.bz2 |
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index ebc0f28..b8cadf4 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -488,6 +488,7 @@ <ClCompile Include="..\Python\pystrtod.c" /> <ClCompile Include="..\Python\dtoa.c" /> <ClCompile Include="..\Python\Python-ast.c" /> + <ClCompile Include="..\Python\Python-tokenize.c" /> <ClCompile Include="..\Python\pythonrun.c" /> <ClCompile Include="..\Python\specialize.c" /> <ClCompile Include="..\Python\suggestions.c" /> |