for root, files, dirs in os.walk(path)
for f in files:
try:
EXECUTE_C_PROGRAMIf possible, how much faster would this be over a pure Python solution?
Thank you,
Brad -- http://mail.python.org/mailman/listinfo/python-list
for root, files, dirs in os.walk(path)
for f in files:
try:
EXECUTE_C_PROGRAMIf possible, how much faster would this be over a pure Python solution?
Thank you,
Brad -- http://mail.python.org/mailman/listinfo/python-list