fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

Conditionally include correct code.h file depending on Python version #239

Closed juliangilbey closed 1 year ago

juliangilbey commented 1 year ago

This PR fixes #238

juliangilbey commented 1 year ago

Oh, I'm really not sure about this PR now; see comments on #238

fabioz commented 1 year ago

Closing for now (the frame eval mode is not meant to be compiled in Python 3.11 at this point -- and when it's implemented I believe the implementation will use an approach using code generation as more things will need to be tailored to Python 3.11).