Closed
Description
DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method _id of <test.test_dis.DisTests testMethod=test_binary_specialize>>)
Shows up in test_dis, test_compile and test_embed, for tests that use the new @requires_specialization which was added in #100713.
I don't know why this decorator does this while requires_limited_api doesn't.