aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Changed ToxCore_bootstrap_from_address to return the return value instea... #2

Closed Jman012 closed 10 years ago

Jman012 commented 10 years ago

...d of None.

aitjcize commented 10 years ago

actually we should raise exception here instead of returning value, so sorry I have to revert this patch.

Jman012 commented 10 years ago

No problem. I don't know the Python C API enough to raise an exception, though. I only did this based on how the other functions returned integers.

aitjcize commented 10 years ago

Sure, with this function seting PyErr_SetString and returning NULL will raise the appropriate execption.