mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add news about pdb fix for yield[from].
This commit is contained in:
parent
e50240c504
commit
cfc6901a7e
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ Library
|
|||
|
||||
- Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
|
||||
|
||||
- Issue #16596: pdb in a generator now properly skips over yield and
|
||||
yield from rather than stepping out of the generator into its
|
||||
caller. (This is essential for stepping through asyncio coroutines.)
|
||||
|
||||
- Issue #17916: Added dis.Bytecode.from_traceback() and
|
||||
dis.Bytecode.current_offset to easily display "current instruction"
|
||||
markers in the new disassembly API (Patch by Claudiu Popa).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue