Serhiy Storchaka added the comment: > Stack management is difficult than inc/dec integer in multi threading case.
Actually it is easy. You need just one global integer accumulator and a local variable for keeping a temporary copy of it. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31415> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com