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 pxinwr
Recipients pxinwr
Date 2020-07-30.06:06:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596089205.38.0.465991237875.issue41439@roundup.psfhosted.org>
In-reply-to
Content
Some operating systems, for example VxWorks RTOS, don't support fork(). Some test cases that depend on os.fork() will fail. 
test_ssl.BasicSocketTests.test_random_fork and test_uuid.TestUUIDWithExtModule.testIssue8621 fail are this case.
History
Date User Action Args
2020-07-30 06:06:45pxinwrsetrecipients: + pxinwr
2020-07-30 06:06:45pxinwrsetmessageid: <1596089205.38.0.465991237875.issue41439@roundup.psfhosted.org>
2020-07-30 06:06:45pxinwrlinkissue41439 messages
2020-07-30 06:06:45pxinwrcreate