mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
178 B
ReStructuredText
3 lines
178 B
ReStructuredText
Prevented crashes in the AST constructor when compiling some absurdly long
|
|
expressions like ``"+0"*1000000``. :exc:`RecursionError` is now raised
|
|
instead. Patch by Pablo Galindo
|