google / pyringe

Debugger capable of attaching to and injecting code into python processes.
Other
1.63k stars 78 forks source link

Python 3 friendly? #15

Closed kseistrup closed 10 years ago

kseistrup commented 10 years ago

Seeing a print 'some string' statement in the code I gather that pyringe is python 2 only. However, it would be nice to see this announced on the frontpage and on PyPI.

Cheers.

TehMillhouse commented 10 years ago

The situation is a bit weird here. There's not only one version of python we care about, but three:

All of these are relevant, so there should be information about python2/3 friendliness for all of these.

TehMillhouse commented 10 years ago

Added a section to the README about this in 50ea69ff30370c0ca4cc6cd6c0569f553f924363. Due to the non-binary state of this (it depends on gdb build and whether we're talking about inferior or superior), I'd like to keep it out of the package tags.

kseistrup commented 10 years ago

That's fine, thanks.