Peter Bierma

Results 71 comments of Peter Bierma

i think this actually just raises an `OSError` on windows you can probably do it cross platform like this ```py from pointers import _ ptr = _&"test" ptr ^= "fgjdl;kgjsdflk;jgsl;dkjfglk;sdglk;sdfjkg"...

because why _not_?

```py from pointers import to_ptr to_ptr(19)

my ide was saying that doing `from ctypes import *` was illegal as wildcard imports from library wasn't allowed, so i didn't bother trying to hassle with flake8 or mypy...

havent tried any benchmarks, but i doubt that this makes things any faster (other than c bindings, but that still has a lot of abstraction going on)

you can implement linked lists just fine without this

perhaps this could be brought up on the snekbox repo then?

weird, installing via `pipx` seemed to fix it. will leave this open in case it appears again in the future.

Likely was an issue with mypyc (or whatever you guys use for compiling) and not black.

As I said in #665, I would be happy to try and implement this. Is there a good reference I can follow for writing a handler?