mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	|  76618061b9 * Now uses pickle protocol 4 * Doesn't wrap the grammar's `__dict__` in ordered dictionaries anymore as dictionaries in Python 3.6+ are ordered by default This still produces deterministic pickles (that hash the same with MD5). Tested with different PYTHONHASHSEED values. | ||
|---|---|---|
| .. | ||
| __init__.py | ||
| conv.py | ||
| driver.py | ||
| grammar.py | ||
| literals.py | ||
| parse.py | ||
| pgen.py | ||
| token.py | ||
| tokenize.py | ||