]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
authorT. Wouters <thomas@python.org>
Tue, 7 Jan 2025 14:41:01 +0000 (06:41 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 14:41:01 +0000 (06:41 -0800)
commit8f93dd8a8f237b277abad20d566df90c5cbd7f1e
treea7eed0c4de60ef38b80a6929521c8f387e51fc74
parenta734c1e304ab459fb34a88f6dd2dbd944a1b57c9
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)

Add free-threaded specialization for COMPARE_OP, and tests for COMPARE_OP specialization in general.

Co-authored-by: Donghee Na <donghee.na92@gmail.com>
Lib/test/test_opcache.py
Python/bytecodes.c
Python/generated_cases.c.h
Python/specialize.c