File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ ShaHash MutuallyRecursiveTypeGroup::computeTopoHash(TypeOrPyobj toHash) {
619619
620620 if (!groupAndIx.first || groupAndIx.second == -1 ) {
621621 CompilerVisibleObjectVisitor::singleton ().checkForInstability ();
622- asm (" int3" );
623622
624623 throw std::runtime_error (
625624 " All reachable objects should be in this group or hashed already. "
@@ -773,7 +772,6 @@ void MutuallyRecursiveTypeGroup::ensureRecursiveTypeGroup(TypeOrPyobj root) {
773772 static thread_local int count = 0 ;
774773 count++;
775774 if (count > 1 ) {
776- asm (" int3" );
777775 throw std::runtime_error (
778776 " There should be only one group algo running at once. Somehow, "
779777 " our reference to " + root.name () + " wasn't captured correctly."
You can’t perform that action at this time.
0 commit comments