Releases: ZeroIntensity/pointers.py
Releases · ZeroIntensity/pointers.py
3.0.1
3.0.0
the april fools release
2.6.0
- Variable pointers
- Some minor patches
2.5.0
Just some more support for CPython ABI, not much is excluded now.
2.4.0
- More support for CPython ABI bindings
- Stack allocations
- Patch for libm bindings on Linux
2.3.0
- Support for
NULL
inside bindings - Small patch with finding libc
- Fix for passing null pointers to struct pointers
2.2.0
- Limited support for CPython ABI bindings
- Several patches with C bindings
- Updated
repr
's for all pointer objects - Small changes to
Pointer
andStruct
- Added segfault handler with the
handle
decorator - Changed the
constants
module toutils
2.1.1
Quick patch with null pointers
2.1.0
- Improved internal API
- Fix on reference counting with movement
- Added reference documentation
2.0.0
- Reworked documentation
- Several bug fixes
- Optimized internal API
- Better and fixed type safety
- New memory safety features