Update changelog/11028.bugfix.rst

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Alessio Izzo 2023-05-30 14:41:24 +02:00 committed by GitHub
parent 922376a6c8
commit d11e4f530f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Fix bug related to the walrus operator in asserts. Now a variable that is assigned with the walrus operator can be used later in a function call. Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.