-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 558: adjustments after updating implementation (#2030)
* `pdb` stores `__return__` and `__exception__`` entries on arbitrary frames, so that feature needs to be preserved * Some fast locals proxy operations will implicitly update the underlying shared mapping on the frame * Anyone explicitly calling `LocalsToFast` is going to want the read/write proxy, not any of the read-only options (plus it's hard to fit an essay in an error message) * Remove lingering reference to the removed `PyLocals_RefreshViews()`
- Loading branch information
Showing
1 changed file
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters