✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.84
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python33/lib64/python3.3/Tools/scripts/__pycache__//find_recursionlimit.cpython-33.pyc
�
��f�c@s�dZddlZddlZGdd�d�Zdd�ZGdd�d�Zd	d
�ZGdd�d�Zd
d�ZGdd�d�Z	dd�Z
Gdd�d�Zdd�Zdd�Z
idd�Zdd�Zdd�Zedkr�d Zx�eed�eed�eed
�eed�eed�eed�eed�eed�ed!e�ed"ZqndS(#uAFind the maximum recursion limit that prevents interpreter termination.

This script finds the maximum safe recursion limit on a particular
platform.  If you need to change the recursion limit on your system,
this script will tell you a safe upper bound.  To use the new limit,
call sys.setrecursionlimit().

This module implements several ways to create infinite recursion in
Python.  Different implementations end up pushing different numbers of
C stack frames, depending on how many calls through Python's abstract
C API occur.

After each round of tests, it prints a message:
"Limit of NNNN is fine".

The highest printed value of "NNNN" is therefore the highest potentially
safe limit for your system (which depends on the OS, architecture, but also
the compilation flags). Please note that it is practically impossible to
test all possible recursion paths in the interpreter, so the results of
this test should not be trusted blindly -- although they give a good hint
of which values are reasonable.

NOTE: When the C stack space allocated by your system is exceeded due
to excessive recursion, exact behaviour depends on the platform, although
the interpreter will always fail in a likely brutal way: either a
segmentation fault, a MemoryError, or just a silent abort.

NB: A program that does not use __methods__ can set a higher limit.
iNcBs |EeZdZdd�ZdS(uRecursiveBlowup1cCs|j�dS(N(u__init__(uself((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu__init__$suRecursiveBlowup1.__init__N(u__name__u
__module__u__qualname__u__init__(u
__locals__((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyuRecursiveBlowup1#suRecursiveBlowup1cCst�S(N(uRecursiveBlowup1(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu	test_init'su	test_initcBs |EeZdZdd�ZdS(uRecursiveBlowup2cCs
t|�S(N(urepr(uself((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu__repr__+suRecursiveBlowup2.__repr__N(u__name__u
__module__u__qualname__u__repr__(u
__locals__((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyuRecursiveBlowup2*suRecursiveBlowup2cCs
tt��S(N(urepruRecursiveBlowup2(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu	test_repr.su	test_reprcBs |EeZdZdd�ZdS(uRecursiveBlowup4cCs||S(N((uselfux((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu__add__2suRecursiveBlowup4.__add__N(u__name__u
__module__u__qualname__u__add__(u
__locals__((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyuRecursiveBlowup41suRecursiveBlowup4cCst�t�S(N(uRecursiveBlowup4(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_add5sutest_addcBs |EeZdZdd�ZdS(uRecursiveBlowup5cCs
t||�S(N(ugetattr(uselfuattr((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu__getattr__9suRecursiveBlowup5.__getattr__N(u__name__u
__module__u__qualname__u__getattr__(u
__locals__((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyuRecursiveBlowup58suRecursiveBlowup5cCs
t�jS(N(uRecursiveBlowup5uattr(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_getattr<sutest_getattrcBs |EeZdZdd�ZdS(uRecursiveBlowup6cCs||d||dS(Nii((uselfuitem((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu__getitem__@suRecursiveBlowup6.__getitem__N(u__name__u
__module__u__qualname__u__getitem__(u
__locals__((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyuRecursiveBlowup6?suRecursiveBlowup6cCst�dS(Ni(uRecursiveBlowup6(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_getitemCsutest_getitemcCst�S(N(utest_recurse(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_recurseFsutest_recursecCs�ddl}yddl}Wn tk
r>td�dSYnXd\}}x�tj�D]�}y||}wXWnBtk
r�x-td�D]}||g}i||6}q�WYnX|j	|j
�dd�j|�|||<qXWdS(Niucannot import _pickle, skipped!iduprotocoli(NNi����(uiou_pickleuImportErroruprintuNoneu	itertoolsucountuKeyErrorurangeuPickleruBytesIOudump(u_cacheuiou_pickleukulunui((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_cpickleIs"

	

"utest_cpicklecCs"tddtj�dd�dS(Nu()i
u<single>usingle(ucompileusysugetrecursionlimit(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyutest_compiler_recursion\sutest_compiler_recursioncCs~tj|�|jd�r3t|dd��n
t|�t�|}y|�Wnttfk
roYnXtd�dS(Nutest_iuYikes!(usysusetrecursionlimitu
startswithuprintuglobalsuRuntimeErroruAttributeError(unutest_func_nameu	test_func((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyucheck_limitbs


ucheck_limitu__main__i�uLimit of %d is fineid(u__doc__usysu	itertoolsuRecursiveBlowup1u	test_inituRecursiveBlowup2u	test_repruRecursiveBlowup4utest_adduRecursiveBlowup5utest_getattruRecursiveBlowup6utest_getitemutest_recurseutest_cpickleutest_compiler_recursionucheck_limitu__name__ulimituprint(((uF/opt/alt/python33/lib64/python3.3/Tools/scripts/find_recursionlimit.pyu<module>s:










Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jul 2024 8.41 AM
root / linksafe
0755
abitype.cpython-33.pyc
4.978 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
abitype.cpython-33.pyo
4.939 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
analyze_dxp.cpython-33.pyc
5.831 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
analyze_dxp.cpython-33.pyo
5.831 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
byext.cpython-33.pyc
5.293 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
byext.cpython-33.pyo
5.293 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
byteyears.cpython-33.pyc
1.496 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
byteyears.cpython-33.pyo
1.496 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
checkpyc.cpython-33.pyc
2.378 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
checkpyc.cpython-33.pyo
2.378 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
cleanfuture.cpython-33.pyc
8.2 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
cleanfuture.cpython-33.pyo
8.168 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
combinerefs.cpython-33.pyc
4.339 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
combinerefs.cpython-33.pyo
4.307 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
copytime.cpython-33.pyc
1.01 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
copytime.cpython-33.pyo
1.01 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
crlf.cpython-33.pyc
0.925 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
crlf.cpython-33.pyo
0.925 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
db2pickle.cpython-33.pyc
3.68 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
db2pickle.cpython-33.pyo
3.68 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
diff.cpython-33.pyc
2.786 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
diff.cpython-33.pyo
2.786 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
dutree.cpython-33.pyc
2.438 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
dutree.cpython-33.pyo
2.438 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
eptags.cpython-33.pyc
1.977 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
eptags.cpython-33.pyo
1.977 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
find-uname.cpython-33.pyc
1.777 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
find-uname.cpython-33.pyo
1.777 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
find_recursionlimit.cpython-33.pyc
7.5 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
find_recursionlimit.cpython-33.pyo
7.5 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
finddiv.cpython-33.pyc
3.492 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
finddiv.cpython-33.pyo
3.492 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
findlinksto.cpython-33.pyc
1.58 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
findlinksto.cpython-33.pyo
1.58 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
findnocoding.cpython-33.pyc
3.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
findnocoding.cpython-33.pyo
3.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixcid.cpython-33.pyc
8.692 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixcid.cpython-33.pyo
8.692 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixdiv.cpython-33.pyc
15.352 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixdiv.cpython-33.pyo
15.271 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixheader.cpython-33.pyc
1.662 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixheader.cpython-33.pyo
1.662 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixnotice.cpython-33.pyc
3.723 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixnotice.cpython-33.pyo
3.723 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixps.cpython-33.pyc
1.047 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
fixps.cpython-33.pyo
1.047 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
get-remote-certificate.cpython-33.pyc
3.172 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
get-remote-certificate.cpython-33.pyo
3.172 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
google.cpython-33.pyc
0.859 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
google.cpython-33.pyo
0.859 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
gprof2html.cpython-33.pyc
2.406 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
gprof2html.cpython-33.pyo
2.406 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
h2py.cpython-33.pyc
4.454 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
h2py.cpython-33.pyo
4.454 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
highlight.cpython-33.pyc
10.624 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
highlight.cpython-33.pyo
10.624 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ifdef.cpython-33.pyc
2.426 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ifdef.cpython-33.pyo
2.426 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
import_diagnostics.cpython-33.pyc
2.038 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
import_diagnostics.cpython-33.pyo
2.038 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lfcr.cpython-33.pyc
0.951 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lfcr.cpython-33.pyo
0.951 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
linktree.cpython-33.pyc
2.272 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
linktree.cpython-33.pyo
2.272 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lll.cpython-33.pyc
1.063 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
lll.cpython-33.pyo
1.063 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mailerdaemon.cpython-33.pyc
8.42 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mailerdaemon.cpython-33.pyo
8.42 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
make_ctype.cpython-33.pyc
2.606 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
make_ctype.cpython-33.pyo
2.606 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
md5sum.cpython-33.pyc
3.295 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
md5sum.cpython-33.pyo
3.295 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mkreal.cpython-33.pyc
2.194 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
mkreal.cpython-33.pyo
2.194 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ndiff.cpython-33.pyc
4.157 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ndiff.cpython-33.pyo
4.157 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
nm2def.cpython-33.pyc
3.392 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
nm2def.cpython-33.pyo
3.392 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
objgraph.cpython-33.pyc
5.656 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
objgraph.cpython-33.pyo
5.656 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
parseentities.cpython-33.pyc
2.16 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
parseentities.cpython-33.pyo
2.16 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
patchcheck.cpython-33.pyc
10.023 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
patchcheck.cpython-33.pyo
10.023 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pathfix.cpython-33.pyc
4.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pathfix.cpython-33.pyo
4.726 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pdeps.cpython-33.pyc
3.653 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pdeps.cpython-33.pyo
3.653 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pickle2db.cpython-33.pyc
4.021 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pickle2db.cpython-33.pyo
4.021 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pindent.cpython-33.pyc
13.72 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pindent.cpython-33.pyo
13.72 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ptags.cpython-33.pyc
1.557 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
ptags.cpython-33.pyo
1.557 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pysource.cpython-33.pyc
4.503 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
pysource.cpython-33.pyo
4.503 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reindent-rst.cpython-33.pyc
0.542 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reindent-rst.cpython-33.pyo
0.542 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reindent.cpython-33.pyc
10.878 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
reindent.cpython-33.pyo
10.84 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
rgrep.cpython-33.pyc
2.003 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
rgrep.cpython-33.pyo
2.003 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
run_tests.cpython-33.pyc
2.62 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
run_tests.cpython-33.pyo
2.62 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
serve.cpython-33.pyc
1.694 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
serve.cpython-33.pyo
1.694 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
suff.cpython-33.pyc
0.979 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
suff.cpython-33.pyo
0.979 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
svneol.cpython-33.pyc
3.871 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
svneol.cpython-33.pyo
3.794 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
texi2html.cpython-33.pyc
108.907 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
texi2html.cpython-33.pyo
108.907 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
treesync.cpython-33.pyc
6.987 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
treesync.cpython-33.pyo
6.987 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
untabify.cpython-33.pyc
1.851 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
untabify.cpython-33.pyo
1.851 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
which.cpython-33.pyc
1.731 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
which.cpython-33.pyo
1.731 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
win_add2path.cpython-33.pyc
2.23 KB
17 Apr 2024 4.58 PM
root / linksafe
0644
win_add2path.cpython-33.pyo
2.23 KB
17 Apr 2024 4.58 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF