undf: stamp cpython-0001/0002 + ruby-0001 patches
This commit is contained in:
parent
44d513d045
commit
ae8621d527
3 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000039
|
||||
# UNDF: (leave blank)
|
||||
# cpython-0001: codegen pattern-match stores duplicate check O(S^2)
|
||||
#
|
||||
# In Python/codegen.c, codegen_pattern_helper_store_name() and the
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# UNDF: UNDF-2026-000000673
|
||||
# UNDF: (leave blank)
|
||||
# cpython-0002: typeobject pmerge() tail_contains linear scan O(M^2 * K^2)
|
||||
#
|
||||
# In Objects/typeobject.c, the C3 MRO linearization algorithm pmerge()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# UNDF: (leave blank)
|
||||
# UNDF: UNDF-2026-000000265
|
||||
# ruby-0001: class.c do_include_modules_at super chain linear scan O(M*S)
|
||||
#
|
||||
# In class.c, do_include_modules_at() includes modules into a class by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue