angr / tracer

Utilities for generating dynamic traces
BSD 2-Clause "Simplified" License
88 stars 28 forks source link

Replaced deprecated getchildren in TracerPoV #80

Closed dnivra closed 3 years ago

dnivra commented 3 years ago

getchildren has been deprecated since python 3.2 and removed in python 3.9. This PR removes all uses of getchildren in TracerPoV.