Message215413
It is really nice to have the open/closed status in the __repr__ of file objects:
<open file 'data.txt', mode 'r' at 0x102c8ec90>
<closed file 'data.txt', mode 'r' at 0x102c8ec90>
I would like to have the same for locks:
<unlocked thread.lock object at 0x1002b1330>
<locked thread.lock object at 0x1002b1330>
This would be nice in logs and tracebacks for example. |
|
Date |
User |
Action |
Args |
2014-04-03 01:19:02 | rhettinger | set | recipients:
+ rhettinger |
2014-04-03 01:19:02 | rhettinger | set | messageid: <1396487942.81.0.581020836184.issue21137@psf.upfronthosting.co.za> |
2014-04-03 01:19:02 | rhettinger | link | issue21137 messages |
2014-04-03 01:19:01 | rhettinger | create | |
|