ANN: Shed Skin 0.2, an experimental (restricted) Python-to-C++ compiler
Bearophile
bearophileHUGS at lycos.com
Mon Jul 20 14:51:18 EDT 2009
Skip Montanaro:
> I read just enough French to know that "avec" means "with", but I don't
> understand the difference between "avec malloc *int" and "avec []". Can you
> explain please?
Maybe it's the time difference between using a Python list from Cython
and using a C "array" allocated with a malloc from Cython.
Bye,
bearophile
More information about the Python-list
mailing list