What would be the best way, if any, to obtain
the bytecode for a given loaded module?

I can get the source:
import inspect
import os
src = inspect.getsource(os)

but there is no ispect.getbytecode()  ;-)

--Irmen
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to