frida / frida-python

Frida Python bindings
Other
781 stars 146 forks source link

DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats #168

Closed bannsec closed 4 years ago

bannsec commented 4 years ago

Looks like something is getting deprecated in core.py.

frida\core.py:456: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
    return _Cancellable.get_current()
oleavr commented 4 years ago

Fixed in 336eeb6. (One of many fixes released in Frida 12.9.)