holger krekel <[EMAIL PROTECTED]> writes: > [Michael Hudson Tue, Jun 15, 2004 at 04:38:56PM +0100] >> holger krekel <[EMAIL PROTECTED]> writes: >> > [Michael Hudson Tue, Jun 15, 2004 at 03:42:24PM +0100] >> > I think you could put a _stringhelper.py into appspace and use that >> > from the app-level definition of app_mod__String_ANY IIUC. >> >> Guess so, but I don't think we have the equivalent of >> PyImport_ImportModule() yet, do we? > > no. But you need to have that app_mod__String_ANY thingie, anyway > and can import from there, as far as i see.
Oh yeah :-) >> > Note that these days, apart from Files and wholly-wrapped cpython-modules, we >> > don't have all that many cpythonobject-wrapped thingies around, anymore. >> >> True. > > so maybe it's not worth the effort to seriously think about it if we > are only talking abut Files? Maybe not. But it might help for other extension types, too... Cheers, mwh -- If you don't use emacs, you're a pathetic, mewling, masochistic weakling and I can't be bothered to convert you. -- Ron Echeverri _______________________________________________ [EMAIL PROTECTED] http://codespeak.net/mailman/listinfo/pypy-dev
