|
|
Subscribe / Log in / New account

What is the implication of this trend for security?

What is the implication of this trend for security?

Posted Jun 18, 2017 17:18 UTC (Sun) by fujimotos (guest, #111905)
In reply to: Making Python faster by meyert
Parent article: Making Python faster

My casual impression is that this trend ("Rewriting built-in modules in C")
can introduce a number of nasty memory-related bugs, especially if these
modules involve tricky data structures.

Yes, C is definitely faster and will improve benchmark results. But a whole
class of issues (overflow, memory corruption etc.) can be avoided if we stick
to Python.

So: will the trend make CPython more insecure? Or is this not the case?


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds