Re: [Python-Dev] Syntax for parsing tuples/lists into C arrays

2009-06-25 Thread Martin v. Löwis
> 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

Re: [Python-Dev] Syntax for parsing tuples/lists into C arrays

2009-06-25 Thread Aahz
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

[Python-Dev] Syntax for parsing tuples/lists into C arrays

2009-06-25 Thread Yingjie Lan
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