Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13aaef5

Browse files
author
Victor Stinner
committed
Issue #9756: credit the author, Andreas Stührk (Trundle)
1 parent 3249dec commit 13aaef5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ Michael Stone
777777
Ken Stox
778778
Dan Stromberg
779779
Daniel Stutzbach
780+
Andreas Stührk
780781
Pal Subbiah
781782
Nathan Sullivan
782783
Mark Summerfield

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Core and Builtins
1313
- Issue #9756: When calling a method descriptor or a slot wrapper descriptor,
1414
the check of the object type doesn't read the __class__ attribute anymore.
1515
Fix a crash if a class override its __class__ attribute (e.g. a proxy of the
16-
str type).
16+
str type). Patch written by Andreas Stührk.
1717

1818
- Issue #6780: fix starts/endswith error message to mention that tuples are
1919
accepted too.

0 commit comments

Comments
 (0)