This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fabioz
Recipients Mark.Shannon, brett.cannon, dino.viehland, eric.snow, fabioz, vstinner
Date 2019-11-08.19:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573241153.91.0.583537169802.issue38500@roundup.psfhosted.org>
In-reply-to
Content
@Mark

I can think of many use-cases which may break if the function code is changed (users can change the code in real-use cases and when they do that they'd loose debugging).

So, as long as the function code is part of the public API of Python, the debugger can't really change it for breakpoints (which is a bit different from the frame code, which the user can't really swap and it's not so common to change).
History
Date User Action Args
2019-11-08 19:25:53fabiozsetrecipients: + fabioz, brett.cannon, vstinner, dino.viehland, Mark.Shannon, eric.snow
2019-11-08 19:25:53fabiozsetmessageid: <1573241153.91.0.583537169802.issue38500@roundup.psfhosted.org>
2019-11-08 19:25:53fabiozlinkissue38500 messages
2019-11-08 19:25:53fabiozcreate