Issue Details
I am executing my Python code with the multiprocessing module in LabVIEW using Python Node. The code worked fine in LabVIEW versions before LabVIEW 2023 Q1. However, when LabVIEW 2023 Q1 and above executes the Python code, LabVIEW will hang, and the VI cannot be aborted or stopped. This issue happens only when the multiprocessing.Manager method is called. Such behaviour does not happen if it is run directly from Python and this issue could be reproduce with LabVIEW using Python version 3.8 to 3.12. What should I do to resolve this issue?