undf: stamp cpython-0001/0002 + ruby-0001 patches

This commit is contained in:
russell@unturf.com 2026-03-30 10:15:08 -04:00
parent 44d513d045
commit ae8621d527
3 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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()

View file

@ -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