conestack / node

Other
24 stars 24 forks source link

Maximum recurssion error when passing string into encode utility #5

Closed domenkozar closed 11 years ago

domenkozar commented 12 years ago

If you pass str object here:

https://github.com/bluedynamics/node/blob/master/src/node/utils.py#L171

It will encode and decode until maximum recursion is reached.

rnixx commented 11 years ago

late but anyway fixed. i added a note in the source code.

https://github.com/bluedynamics/node/blob/master/src/node/utils.py#L145

comments welcome.