[Python-Dev] PEP 384 status (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sat Aug 28 12:04:10 CEST 2010


I have now started an initial patch for PEP 384, in the pep-0384 branch. This has the following features:

The following aspects are still missing:

I started looking into porting the sqlite extension, and ran into these issues:

For the first issue, it would be possible to provide a generic accessor function that fetches fields from a type object. Alternatively, each case could be considered, suggesting an alternative code for the desired effect.

I'll be off the net for the next two weeks most of the time, so I might not be able to respond quickly.

Anybody interested in advancing that patch, feel free to commit changes into the branch.

Regards, Martin



More information about the Python-Dev mailing list