|
|
Subscribe / Log in / New account

The Python Software Foundation on European cybersecurity

The Python Software Foundation on European cybersecurity

Posted Apr 23, 2023 12:54 UTC (Sun) by Wol (subscriber, #4433)
In reply to: The Python Software Foundation on European cybersecurity by adobriyan
Parent article: The Python Software Foundation on European cybersecurity

> Observable C programmer quickly learns that allocating memory and dealing with errors is painful and unergonomic,
therefore allocating and freeing something once is the way to go.

Observable C programmer quickly learns that - PROVIDED you are careful about object lifetimes! alloca is the way to go. :-)

Cheers,
Wol


to post comments

The Python Software Foundation on European cybersecurity

Posted Apr 23, 2023 15:24 UTC (Sun) by adobriyan (subscriber, #30858) [Link]

> alloca is the way to go. :-)

They took it from us, VLAs too.


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