> Comments?
I don't think there is any need to support that in the Python core.
Instead, if you find such a functionality useful, feel free to implement
it yourself, and share it with others.
Regards,
Martin
___
Python-Dev mailing list
Python-Dev@pytho
On Thu, Jun 25, 2009, Yingjie Lan wrote:
>
> The current C API does not support directly parsing into C
> arrays. Parsing tuples into C arrays can be greatly facilitated
> with the introduction of a natural extension of the current parsing
> syntax. I'd like to propose a syntax extension to facilit
The current C API does not support directly parsing into C arrays. Parsing
tuples into C arrays can be greatly facilitated with the introduction of a
natural extension of the current parsing syntax. I'd like to propose a syntax
extension to facilitate that kind of tasks, and would appreciate yo