GRAYBYTE WORDPRESS FILE MANAGER4147

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/hc_python/lib/python3.12/site-packages/greenlet/tests/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/hc_python/lib/python3.12/site-packages/greenlet/tests//test_cpp.py
from __future__ import print_function
from __future__ import absolute_import

import subprocess
import unittest

import greenlet
from . import _test_extension_cpp
from . import TestCase
from . import WIN

class CPPTests(TestCase):
    def test_exception_switch(self):
        greenlets = []
        for i in range(4):
            g = greenlet.greenlet(_test_extension_cpp.test_exception_switch)
            g.switch(i)
            greenlets.append(g)
        for i, g in enumerate(greenlets):
            self.assertEqual(g.switch(), i)

    def _do_test_unhandled_exception(self, target):
        import os
        import sys
        script = os.path.join(
            os.path.dirname(__file__),
            'fail_cpp_exception.py',
        )
        args = [sys.executable, script, target.__name__ if not isinstance(target, str) else target]
        __traceback_info__ = args
        with self.assertRaises(subprocess.CalledProcessError) as exc:
            subprocess.check_output(
                args,
                encoding='utf-8',
                stderr=subprocess.STDOUT
            )

        ex = exc.exception
        expected_exit = self.get_expected_returncodes_for_aborted_process()
        self.assertIn(ex.returncode, expected_exit)
        self.assertIn('fail_cpp_exception is running', ex.output)
        return ex.output


    def test_unhandled_nonstd_exception_aborts(self):
        # verify that plain unhandled throw aborts
        self._do_test_unhandled_exception(_test_extension_cpp.test_exception_throw_nonstd)

    def test_unhandled_std_exception_aborts(self):
        # verify that plain unhandled throw aborts
        self._do_test_unhandled_exception(_test_extension_cpp.test_exception_throw_std)

    @unittest.skipIf(WIN, "XXX: This does not crash on Windows")
    # Meaning the exception is getting lost somewhere...
    def test_unhandled_std_exception_as_greenlet_function_aborts(self):
        # verify that plain unhandled throw aborts
        output = self._do_test_unhandled_exception('run_as_greenlet_target')
        self.assertIn(
            # We really expect this to be prefixed with "greenlet: Unhandled C++ exception:"
            # as added by our handler for std::exception (see TUserGreenlet.cpp), but
            # that's not correct everywhere --- our handler never runs before std::terminate
            # gets called (for example, on arm32).
            'Thrown from an extension.',
            output
        )

    def test_unhandled_exception_in_greenlet_aborts(self):
        # verify that unhandled throw called in greenlet aborts too
        self._do_test_unhandled_exception('run_unhandled_exception_in_greenlet_aborts')


if __name__ == '__main__':
    unittest.main()

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2025 08:31:29
root / root
0755
__pycache__
--
May 23 2025 08:31:29
root / root
0755
__init__.py
9.142 KB
May 23 2025 08:31:29
root / root
0644
_test_extension.c
5.638 KB
May 23 2025 08:31:29
root / root
0644
_test_extension.cpython-312-x86_64-linux-gnu.so
16.852 KB
May 23 2025 08:31:29
root / root
0755
_test_extension_cpp.cpp
6.411 KB
May 23 2025 08:31:29
root / root
0644
_test_extension_cpp.cpython-312-x86_64-linux-gnu.so
57.016 KB
May 23 2025 08:31:29
root / root
0755
fail_clearing_run_switches.py
1.233 KB
May 23 2025 08:31:29
root / root
0644
fail_cpp_exception.py
0.962 KB
May 23 2025 08:31:29
root / root
0644
fail_initialstub_already_started.py
1.915 KB
May 23 2025 08:31:29
root / root
0644
fail_slp_switch.py
0.512 KB
May 23 2025 08:31:29
root / root
0644
fail_switch_three_greenlets.py
0.934 KB
May 23 2025 08:31:29
root / root
0644
fail_switch_three_greenlets2.py
1.255 KB
May 23 2025 08:31:29
root / root
0644
fail_switch_two_greenlets.py
0.798 KB
May 23 2025 08:31:29
root / root
0644
leakcheck.py
11.684 KB
May 23 2025 08:31:29
root / root
0644
test_contextvars.py
10.294 KB
May 23 2025 08:31:29
root / root
0644
test_cpp.py
2.672 KB
May 23 2025 08:31:29
root / root
0644
test_extension_interface.py
3.739 KB
May 23 2025 08:31:29
root / root
0644
test_gc.py
2.854 KB
May 23 2025 08:31:29
root / root
0644
test_generator.py
1.211 KB
May 23 2025 08:31:29
root / root
0644
test_generator_nested.py
3.631 KB
May 23 2025 08:31:29
root / root
0644
test_greenlet.py
45.167 KB
May 23 2025 08:31:29
root / root
0644
test_greenlet_trash.py
7.761 KB
May 23 2025 08:31:29
root / root
0644
test_leaks.py
17.299 KB
May 23 2025 08:31:29
root / root
0644
test_stack_saved.py
0.436 KB
May 23 2025 08:31:29
root / root
0644
test_throw.py
3.625 KB
May 23 2025 08:31:29
root / root
0644
test_tracing.py
8.057 KB
May 23 2025 08:31:29
root / root
0644
test_version.py
1.308 KB
May 23 2025 08:31:29
root / root
0644
test_weakref.py
0.862 KB
May 23 2025 08:31:29
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF