laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

Will "PEP 659 adaptive interpreter" affect the functioning of Cyberbrain? #134

Open laike9m opened 3 years ago

laike9m commented 3 years ago

https://www.python.org/dev/peps/pep-0659/

It seems part of the implementation (specialization for LOAD_METHOD) is already in: https://github.com/python/cpython/pull/27722, and we should be able to test it.