Message265557
Does faulthandler._read_null() crash Python? If yes, I should patch test_faulthandler to replace all _sigsegv() with faulthandler._read_null().
I was too lazy to do that because currently the unit tests checks the exact error message, whereas _read_null() gives different error messages depending on the platform. |
|
| Date |
User |
Action |
Args |
| 2016-05-14 23:14:24 | vstinner | set | recipients:
+ vstinner, terry.reedy, xdegaye, Alex.Willmer, yan12125 |
| 2016-05-14 23:14:24 | vstinner | set | messageid: <[email protected]> |
| 2016-05-14 23:14:24 | vstinner | link | issue26934 messages |
| 2016-05-14 23:14:24 | vstinner | create | |
|