[issue29345] More lost updates with multiprocessing.Value and .Array

Davin Potts report at bugs.python.org
Sun Jan 22 12:28:23 EST 2017


Davin Potts added the comment:

I'm having difficulty watching your video attachment.  Would it be possible to instead describe, preferably with example code that others can similarly try to reproduce the behavior, what you're experiencing?

Please keep in mind what the documentation repeatedly advises about the need for capturing your process-creating multiprocessing calls inside a "if __name__ == '__main__'" clause, especially on Windows platforms.

----------
nosy: +davin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29345>
_______________________________________


More information about the Python-bugs-list mailing list