mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
3 lines
205 B
ReStructuredText
3 lines
205 B
ReStructuredText
Enabled arbitrary statements and evaluations in :mod:`pdb` shell to access the
|
|
local variables of the current frame, which made it possible for multi-scope
|
|
code like generators or nested function to work.
|