Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Releases: awolverp/pyexc

Version 1.3.1

Choose a tag to compare

@awolverp awolverp released this 10 Feb 16:15
edaf33b

Added

  • call function
  • rcall function

Release v1.1.2

Choose a tag to compare

@awolverp awolverp released this 25 Dec 09:15
5d490e2

💥 Now you can install PyExc:

  • without c++ compiler
  • on PyPy

  • Some bugs fixed

Release v1.0.0

Choose a tag to compare

@awolverp awolverp released this 23 Dec 09:03
9a12c14

🎉 New Release v1.0.0

Scopes added ( named state )

  • Bugs fixed ( Reference counting, pyi file, ... )
  • Docs Added

New functions:

  • setCallback
  • lenStates
  • maxState
  • __sizeof__
  • states
  • version
  • clearAll

Removed functions:

  • data

Changes:

  • set -> setExc
  • exc_info -> getExc
  • raise_exc -> raiseExc
  • print_exc -> printExc

version 1.0.0-alpha

version 1.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@awolverp awolverp released this 21 Dec 13:59
0e3ff9c

Python exception managing written in C as python extension 🔥.