Bugzilla – Bug 2518
Suppressing the list of modules built while running python programs
Last modified: 2017-01-24 20:43:48 UTC
Created attachment 2608 [details] Patch to suppress the list of modules built while running python programs When we run python programs, the list of modules built gets printed, before printing the actual output of the program on the console.
pushed in changeset 12564:f0e46b2c62df; thanks!