Bengt Richter wrote: > Would it make sense to use a typedef for readability's sake? E.g., > > typedef const char * p_text_literal; > > and then use > > p_text_literal, const p_text_literal * > > in the signature, for read-only access to the data? (hope I got that right). > > (also testing whether I have been redirected to /dev/null ;-)
Nearly. Please try your proposals out in a sandbox before posting. How does this contribute to solving the PyArg_ParseTupleAndKeywords issue? Readability is not the problem that puzzled Jack. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com