3.10bug and security fixes3.11bug and security fixes3.12new features, bug and security fixestestsTests in the Lib/test dirtriagedThe issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or error
are not concurrency-safe because they all use the same semaphore name. A left-over semaphore from a previous run can also cause problems The bug is currently causing several buildbots to break. The obvious solution is to use the _new_shm_name helper like the other tests.
The text was updated successfully, but these errors were encountered:
tiran
added
type-bug
An unexpected behavior, bug, or error
tests
Tests in the Lib/test dir
3.11
bug and security fixes
3.10
bug and security fixes
3.12
new features, bug and security fixes
labels
Jul 24, 2022
3.10bug and security fixes3.11bug and security fixes3.12new features, bug and security fixestestsTests in the Lib/test dirtriagedThe issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or error
2 participants
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
Bug report
The test cases
are not concurrency-safe because they all use the same semaphore name. A left-over semaphore from a previous run can also cause problems The bug is currently causing several buildbots to break. The obvious solution is to use the
_new_shm_name
helper like the other tests.The text was updated successfully, but these errors were encountered: