[issue38141] Use fewer statics in Argument Clinic.
Larry Hastings
report at bugs.python.org
Fri Sep 13 08:48:28 EDT 2019
Larry Hastings <larry at hastings.org> added the comment:
shared objects x threads = contention for notification of invalidated cache lines
If you're not running multiple threads, there's no problem. If it's only a few shared objects, it probably wouldn't be a big deal. As they say in medicine: "the dose makes the poison."
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38141>
_______________________________________
More information about the Python-bugs-list
mailing list