This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rls1004
Recipients rls1004
Date 2019-10-18.06:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571381681.91.0.0356393028102.issue38511@roundup.psfhosted.org>
In-reply-to
Content
normal result :
$ python test.py
{'p1': 1, 'p2': 1, 'p3': 1, 'p4': 1}

run with tracing :
$ python -mtrace --trackcalls test.py
{}

It seems that the foo and save functions that multiprocess should call are not called.
History
Date User Action Args
2019-10-18 06:54:41rls1004setrecipients: + rls1004
2019-10-18 06:54:41rls1004setmessageid: <1571381681.91.0.0356393028102.issue38511@roundup.psfhosted.org>
2019-10-18 06:54:41rls1004linkissue38511 messages
2019-10-18 06:54:41rls1004create