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 sobolevn
Recipients sobolevn
Date 2021-08-30.18:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630347688.96.0.848198201023.issue45052@roundup.psfhosted.org>
In-reply-to
Content
While working on https://github.com/python/cpython/pull/28060 we've noticed that `test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_basics` fails on Windows:

```
======================================================================
FAIL: test_shared_memory_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\_test_multiprocessing.py", line 3794, in test_shared_memory_basics
    self.assertEqual(sms.size, sms2.size)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 512 != 4096
```

For now it is ignored.

Related issue: https://bugs.python.org/issue45042
History
Date User Action Args
2021-08-30 18:21:29sobolevnsetrecipients: + sobolevn
2021-08-30 18:21:28sobolevnsetmessageid: <1630347688.96.0.848198201023.issue45052@roundup.psfhosted.org>
2021-08-30 18:21:28sobolevnlinkissue45052 messages
2021-08-30 18:21:28sobolevncreate