Python is memory safe? Can’t you access/address memory with C bindings?

  • zik@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Strawman argument. I’m not suggesting any of those things you made up.

    I’m just saying that you can’t claim a program’s “memory safe” when it’s not. If a Rust program has zero unsafe blocks and uses zero unsafe libraries you can say it’s memory safe. Otherwise it’s not.