Message134981
> Update signalfd patch.
>
> ----------
> Added file: http://bugs.python.org/file21856/signalfd-2.patch
- In the tests, you don't need sys.exc_info(), just
"except XXXError as e".
- In the doc, you wrote "file description" instead of "file descriptor"
- In test_out_of_range_signal, you should use assertRaises |
|
Date |
User |
Action |
Args |
2011-05-02 15:14:13 | pitrou | set | recipients:
+ pitrou, loewis, gregory.p.smith, spiv, exarkun, tseaver, vstinner, benjamin.peterson, marcin.bachry, schmichael, python-dev |
2011-05-02 15:14:12 | pitrou | link | issue8407 messages |
2011-05-02 15:14:12 | pitrou | create | |
|