This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-21 10:34:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
460dec26518df5aa262ded5a2ee4e94b8854b569
cpython
/
Parser
/
tokenizer
T
History
Bartosz Sławecki
f1a5f68e37
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
2026-06-14 12:33:03 +00:00
..
file_tokenizer.c
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (
#150275
)
2026-06-06 01:58:35 +00:00
helpers.c
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
2026-06-14 12:33:03 +00:00
helpers.h
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
2026-06-14 12:33:03 +00:00
readline_tokenizer.c
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (
#150275
)
2026-06-06 01:58:35 +00:00
string_tokenizer.c
…
tokenizer.h
…
utf8_tokenizer.c
…