🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/3.13' into backport-01bcf13-3.13
# Conflicts:
#	Doc/tools/extensions/pyspecific.py
  • Loading branch information
AA-Turner committed Feb 22, 2025
commit 4a146b12408bd2d6ce35981f66c113847446fb04
13 changes: 0 additions & 13 deletions Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ def run(self):
return PyMethod.run(self)


class PyAbstractMethod(PyMethod):

def handle_signature(self, sig, signode):
ret = super(PyAbstractMethod, self).handle_signature(sig, signode)
signode.insert(0, addnodes.desc_annotation('abstractmethod ',
'abstractmethod '))
return ret

def run(self):
self.name = 'py:method'
return PyMethod.run(self)


# Support for documenting Opcodes

opcode_sig_re = re.compile(r'(\w+(?:\+\d)?)(?:\s*\((.*)\))?')
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.