[OT] Re: Why Is Escaping Data Considered So Magical?
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Wed Jun 30 20:36:45 EDT 2010
More information about the Python-list mailing list
Wed Jun 30 20:36:45 EDT 2010
- Previous message (by thread): [OT] Re: Why Is Escaping Data Considered So Magical?
- Next message (by thread): Why Is Escaping Data Considered So Magical?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In message <mailman.2369.1277870727.32709.python-list at python.org>, Michael Torrie wrote: > Okay, I will. Your code passes a char** when a char* is expected. No it doesn’t. > Consider this variation where I use a dynamically allocated buffer > instead of static: And so you misunderstand the difference between a C array and a pointer.
- Previous message (by thread): [OT] Re: Why Is Escaping Data Considered So Magical?
- Next message (by thread): Why Is Escaping Data Considered So Magical?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list