Commit 0d799f7
committed
Python: Increase recursion limit for deeply nested LST nodes (#6792)
Deeply nested Py.Binary nodes (e.g., 256 implicitly concatenated
strings in asn1crypto/_teletex_codec.py) overflow Python's default
recursion limit (1000) during RPC serialization. Double it to 2000.1 parent 75019a9 commit 0d799f7
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments