Message360138
And here's a variation which doesn't involve any instances from the module:
import _struct
class C:
def __init__(self):
self.pack = _struct.pack
def __del__(self):
self.pack('I', -42)
_struct.x = C() |
|
| Date |
User |
Action |
Args |
| 2020-01-16 19:47:40 | dino.viehland | set | recipients:
+ dino.viehland, twouters, vstinner, eric.snow, pablogsal, eelizondo |
| 2020-01-16 19:47:40 | dino.viehland | set | messageid: <[email protected]> |
| 2020-01-16 19:47:40 | dino.viehland | link | issue38076 messages |
| 2020-01-16 19:47:40 | dino.viehland | create | |
|