cython-test-exception-raiser 25.11.1


pip install cython-test-exception-raiser

  Latest version

Released: Nov 07, 2025

Project Links

Meta
Author: Twisted Matrix Laboratories
Maintainer: Thomas Grainger

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Introduction

A trivial extension that just raises an exception. See L{twisted.test.test_failure.test_failureConstructionWithMungedStackSucceeds}.

Only used to help test twisted/twisted.

Report issues at https://github.com/twisted/twisted/issues

Dev process

  • We use cibuildwheel to generate the wheels.

  • You will need access to a Docker server.

  • You will need Python 3.11 or newer to run cibuildwheel. This does not affect the generated wheels, as they are build inside the container.

  • Use python -m cibuildwheel –output-dir wheelhouse to generate the wheels. This is the same command use by GitHub Actions. You can update the pyproject.toml file to adjust the cibuildwheel options.

Release process

Pre-release steps

  • Make sure that a ticket is created for twisted/twisted that covers the new release and explain why we need the new release.

  • Create a new branch with a name that starts with the twisted/twisted issue number. Ex: 12528-python-3.14-support

  • Update the version inside setup.cfg. We now use calendar versioning.

  • Make the required code changes.

  • Create a pull request and make sure all checks pass. The wheels are generated as part of the PR checks, but they are not yet published to PyPI.

  • Request a review from twisted-contributors

Release steps

  • Use GitHub Release to create a new release together with a new tag.

  • You don’t have to create a GitHub Release, the important part is to create a new tag.

  • The tag value is the version. Without any prefix.

  • Once a tag is pushed to the repo, GitHub Action will re-run all the jobs and will publish to PyPI.

Post-release steps

  • Update the version inside setup.cfg to the next development version. Increment the micro version and add a .dev0 suffix.

  • Merge the pull request

Wheel compatibility matrix

Platform CPython >=3.8 (abi3) CPython (additional flags: t) 3.13 CPython (additional flags: t) 3.14 PyPy 3.10 (pp73) PyPy 3.11 (pp73)
macosx_11_0_arm64
manylinux1_x86_64
manylinux_2_28_x86_64
manylinux_2_5_x86_64
musllinux_1_2_x86_64
win32
win_amd64

Files in release

cython_test_exception_raiser-25.11.1-cp313-cp313t-macosx_11_0_arm64.whl (22.1KiB)
cython_test_exception_raiser-25.11.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (92.7KiB)
cython_test_exception_raiser-25.11.1-cp313-cp313t-musllinux_1_2_x86_64.whl (91.1KiB)
cython_test_exception_raiser-25.11.1-cp313-cp313t-win32.whl (20.1KiB)
cython_test_exception_raiser-25.11.1-cp313-cp313t-win_amd64.whl (21.9KiB)
cython_test_exception_raiser-25.11.1-cp314-cp314t-macosx_11_0_arm64.whl (22.1KiB)
cython_test_exception_raiser-25.11.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (92.7KiB)
cython_test_exception_raiser-25.11.1-cp314-cp314t-musllinux_1_2_x86_64.whl (91.0KiB)
cython_test_exception_raiser-25.11.1-cp314-cp314t-win32.whl (21.0KiB)
cython_test_exception_raiser-25.11.1-cp314-cp314t-win_amd64.whl (22.8KiB)
cython_test_exception_raiser-25.11.1-cp38-abi3-macosx_11_0_arm64.whl (20.8KiB)
cython_test_exception_raiser-25.11.1-cp38-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (68.1KiB)
cython_test_exception_raiser-25.11.1-cp38-abi3-musllinux_1_2_x86_64.whl (67.2KiB)
cython_test_exception_raiser-25.11.1-cp38-abi3-win32.whl (18.4KiB)
cython_test_exception_raiser-25.11.1-cp38-abi3-win_amd64.whl (19.8KiB)
cython_test_exception_raiser-25.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (16.7KiB)
cython_test_exception_raiser-25.11.1-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (18.8KiB)
cython_test_exception_raiser-25.11.1-pp310-pypy310_pp73-win_amd64.whl (17.4KiB)
cython_test_exception_raiser-25.11.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (16.6KiB)
cython_test_exception_raiser-25.11.1-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (18.8KiB)
cython_test_exception_raiser-25.11.1-pp311-pypy311_pp73-win_amd64.whl (17.6KiB)
cython_test_exception_raiser-25.11.1.tar.gz (4.3KiB)
No dependencies