[3.14] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134736)

This reverts commit 7476f90af2, AKA gh-134600.

This effectively unreverts commit bbf8048c0f (gh-134515).
This commit is contained in:
Eric Snow 2025-05-26 13:41:14 -06:00 committed by GitHub
parent 74f5667bd9
commit e86efabaee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 106 additions and 242 deletions

View file

@ -69,7 +69,7 @@ def list_all():
if not hasattr(send, '_unboundop'):
send._set_unbound(unboundop)
else:
assert send._unbound[0] == op
assert send._unbound[0] == unboundop
channels.append(chan)
return channels