How Do I Get A Bug In Multiprocessing Fixed?

Terry Reedy tjreedy at udel.edu
Fri Jun 18 13:17:30 EDT 2021


On 6/17/2021 5:02 PM, Michael Boom wrote:
> The below issue is pretty serious and it is preventing me from using a system I wrote on a larger scale.  How do I get this bug fixed?  Thanks.
> https://bugs.python.org/issue43329

Reduce your code to the minimum needed to exhibit the problem.  Then run 
it with 3.9.5 and 3.10.0b3.  3.8 only gets security fixes.  To get 
attention, demonstrate that there is a problem with current versions.


-- 
Terry Jan Reedy



More information about the Python-list mailing list