mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201)
(cherry picked from commit f783428a23)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
parent
a0b1d401db
commit
efda9054b9
3 changed files with 17 additions and 4 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Include the name of the type in unset __slots__ attribute errors. Patch by
|
||||
Pablo Galindo
|
||||
Loading…
Add table
Add a link
Reference in a new issue