[Python-Dev] New universal import mechanism ( Re: [Python-checkins] python/dist/src/Python import.c,2.210,2.211) (original) (raw)
Wiktor Sadowski Wiktor Sadowski" <art@wiktorsadowski.com
Mon, 2 Dec 2002 06:22:43 +0100
- Previous message: [Python-Dev] Summary for 2002-11-16 through 2002-11-30
- Next message: [Python-Dev] New universal import mechanism ( Re: [Python-checkins] python/dist/src/Python import.c,2.210,2.211)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is a multi-part message in MIME format.
------=_NextPart_000_0696_01C299CB.38DFD840 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable
Just van Rossum wrote:
Could you please post a normal diff of your patch? It looks very = interesting. Sorry, I haven't got time for cleaning up my modified Python C code and = building the diffs.
.I'm not entirely sure yet how my idea and yours could be integrated, = but I think it's work a look.
The concept is the same , there are differences in implementations. The implementation you have posted is much more pure Python oriented. I am using C structures and pointers to C functions (wherever possible) = instead of Python objects=20 (well PyObjects are still C structures) , so maybe it's a little faster = (maybe not)=20
Looks like I was wasting my time.;)
Wiktor Sadowski art@wiktorsadowski.com
------=_NextPart_000_0696_01C299CB.38DFD840 Content-Type: text/html; charset="windows-1250" Content-Transfer-Encoding: quoted-printable
Sorry, I haven't got time for cleaning up my modified = Python C=20 code and building the diffs.
>=20 it's work a look.
------=_NextPart_000_0696_01C299CB.38DFD840--
- Previous message: [Python-Dev] Summary for 2002-11-16 through 2002-11-30
- Next message: [Python-Dev] New universal import mechanism ( Re: [Python-checkins] python/dist/src/Python import.c,2.210,2.211)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]