Message200817
s/should be followed/may be followed/
As an other point of reference, for a long time the synchronization classes in the threading module were actually mediated by function wrappers, e.g.:
def Lock(*args, **kwargs):
return _Lock(*args, **kwargs)
(this was to "discourage subclassing", IIRC) |
|
| Date |
User |
Action |
Args |
| 2013-10-21 17:55:46 | pitrou | set | recipients:
+ pitrou, barry, paul.moore, r.david.murray, ethan.furman |
| 2013-10-21 17:55:46 | pitrou | set | messageid: <[email protected]> |
| 2013-10-21 17:55:46 | pitrou | link | issue19331 messages |
| 2013-10-21 17:55:46 | pitrou | create | |
|