Alexey Borzenkov wrote: > I think the best lesson here is Tcl. Because it uses stubs mechanism, > you don't need to depend on tclXX.dll, you don't deal with really > direct implementation details, you don't care about runtimes,
How does that solve the problem of an extension using one stdio library and the base interpreter another? > Maybe it's possible (and not too late) for > Python to somehow embrace such mechanism? There would have to be an awful lot of stubs to cover the whole Python/C API... but maybe that isn't seen as a problem. -- Greg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com