Raymond Hettinger <[email protected]> added the comment: IIRC, Jython uses concurrent mappings, so this isn't an issue for them.
CPython's dictresize() relies on the GIL to atomically resize the ma_table. There are no pure python calls (the existing hash values are reused) and the ref counts are neutral. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14417> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
