Ticket #5938 enhancement new
Opened 9 months ago
Improve tests for twisted.python.threadable synchronize
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
synchronize should have better tests. Specifically, tests that:
- aren't probabilistic,
- ensure multiple methods on same instance share the same lock,
- and that the lock is instance-specific.
Note: See
TracTickets for help on using
tickets.
