|
|
|
|
|
by lstyls
2872 days ago
|
|
If this were the case, there would be no need for SIGTERM. The OS doesn't know the application logic and can't guarantee clean termination from the application's perspective. As others have said, there's rarely reason to override `__del__`, and when you do you know exactly why you need it. |
|