bpo-44524: Do not set _name of _SpecialForm without need by serhiy-storchaka · Pull Request #27861 · python/cpython
Becase setting non-empty _name affects other behavior. In most cases __name__ can be derived from __origin__.__name__.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Aug 21, 2021) Because setting non-empty _name affects behavior of other code. In most cases __name__ can be derived from __origin__.__name__. (cherry picked from commit 4ceec49) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull request
Aug 21, 2021
farcat
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters