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

  • tyler@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    3 months ago

    Yeah the standards for safe C++ haven’t changed, no matter how much the language changes.

    • solrize@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      3 months ago

      I would say the standard has changed. The current guidelines require you to use features that didn’t exist before C++11. C++11 was a huge change and it made C++ a lot nicer. The updates since then have generally been improvements but more incremental than revolutionary.