[Python-Dev] PyCharm debugger became 40x faster on Python 3.6 thanks to PEP 523 (original) (raw)
Victor Stinner victor.stinner at gmail.com
Sat Mar 25 06:04:02 EDT 2017
- Previous message (by thread): [Python-Dev] Await and Async keywords
- Next message (by thread): [Python-Dev] PyCharm debugger became 40x faster on Python 3.6 thanks to PEP 523
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://blog.jetbrains.com/pycharm/2017/03/inside-the-debugger-interview-with-elizaveta-shashkova/
"What changed in Python 3.6 to allow this?
The new frame evaluation API was introduced to CPython in PEP 523 and it allows to specify a per-interpreter function pointer to handle the evaluation of frames."
Nice!
Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170325/be4012dc/attachment.html>
- Previous message (by thread): [Python-Dev] Await and Async keywords
- Next message (by thread): [Python-Dev] PyCharm debugger became 40x faster on Python 3.6 thanks to PEP 523
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]