Skip to content
Snippets Groups Projects
Commit 8aa3cbf1 authored by Colin Hogben's avatar Colin Hogben Committed by Damien George
Browse files

lib/utils/pyexec: Condition-out GC calls from pyexec.

A port which uses lib/utils/pyexec.c but which does not enable garbage
collection should not need to implement the gc_collect function.

This patch also moves the gc_collect call to after printing the qstr
info.  Since qstrs cannot be collected it should not make any difference
to the printed statistics.
parent 97f88eeb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment