mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #21418: Fix a crash in the builtin function super() when called without
argument and without current frame (ex: embedded Python).
This commit is contained in:
parent
b0539b27d9
commit
1c6970fac9
2 changed files with 12 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ Release date: TBA
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #21418: Fix a crash in the builtin function super() when called without
|
||||
argument and without current frame (ex: embedded Python).
|
||||
|
||||
- Issue #21425: Fix flushing of standard streams in the interactive
|
||||
interpreter.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue