We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5654 commit acfa737Copy full SHA for acfa737
1 file changed
Include/internal/pycore_optimizer.h
@@ -246,6 +246,7 @@ PyJitRef_IsInvalid(JitOptRef ref)
246
static inline JitOptRef
247
PyJitRef_MakeUnique(JitOptRef ref)
248
{
249
+ assert((ref.bits & REF_IS_UNIQUE) == 0);
250
return (JitOptRef){ ref.bits | REF_IS_UNIQUE };
251
}
252
0 commit comments