Skip to content

Commit 206f6b2

Browse files
Merge branch 'main' into gh-145142-dict-next-critical-section
2 parents 05ba3f3 + 97181bb commit 206f6b2

File tree

14 files changed

+1321
-1080
lines changed

14 files changed

+1321
-1080
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,10 @@ functools
744744
callables.
745745
(Contributed by Serhiy Storchaka in :gh:`140873`.)
746746

747+
* :func:`~functools.singledispatchmethod` now dispatches on the second argument
748+
if it wraps a regular method and is called as a class attribute.
749+
(Contributed by Bartosz Sławecki in :gh:`143535`.)
750+
747751

748752
hashlib
749753
-------

Include/internal/pycore_opcode_metadata.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)