Antoine Pitrou added the comment: > Initially, I had tried creating a non-inlined function to touch the > stack memory. It worked in this case, but still required some > undesirable compiler specific assistance.
Hmm... store the non-inlined function's pointer in a volatile global, and call that pointer? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24851> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com