Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4f4ba166771843a2fbadd4d62771967cfdbedb72
/
Tools
/
scripts
/
find_recursionlimit.py
5b89840
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
10d6dde
Issue #5765: Also check the compiler when finding the recursion limit
by Nick Coghlan
· 12 years ago
54ac832
#14490, #14491: add 'sundry'-style import tests for Tools/scripts.
by R David Murray
· 13 years ago
a0e92a8
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
by Éric Araujo
· 13 years ago
e6d4c5b
Issue #10987: Fix the recursion limit handling in the _pickle module.
by Antoine Pitrou
· 14 years ago
90f5ba5
convert shebang lines: python -> python3
by Benjamin Peterson
· 15 years ago
93d15cd
Merged revisions 75370-75372 via svnmerge from
by Georg Brandl
· 15 years ago
[Renamed from Misc/find_recursionlimit.py]
5478b47
Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from
by Benjamin Peterson
· 16 years ago
fb1a5eb
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts.
by Amaury Forgeot d'Arc
· 16 years ago
e7bf59f
Run 2to3's print fixer over some places that had been missed.
by Collin Winter
· 17 years ago
8dfc4a9
Remove support for __members__ and __methods__. There still might be
by Neal Norwitz
· 17 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 20 years ago
c18b7d9
script that reports a fairly safe recursionlimit for a specific platform
by Jeremy Hylton
· 24 years ago