pointers.py icon indicating copy to clipboard operation
pointers.py copied to clipboard

Bringing the hell of pointers to Python.

Results 6 pointers.py issues
Sort by recently updated
recently updated
newest added

Would you do this

don't do this ```py import ctypes ctypes.string_at(0) ``` i warned u ~~it just causes a segfault dw, you can also do it by typing `ctypes.cast(1, ctypes.py_object)`~~

`Struct` currently repeats dataclass logic every time it instantiates. instead, it should only do it once and store it in a class variable. validation is also only executed when the...

enhancement

Make this faster bozo 🤬🤬🤬

bug
documentation
duplicate
enhancement
help wanted
good first issue
invalid
question
wontfix

I'm pretty out of my depth here, so forgive me if the error is in my thinking, but here's the issue: When using the movement operator to change the value...