mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134736)
This reverts commit7476f90af2, AKA gh-134600. This effectively unreverts commitbbf8048c0f(gh-134515).
This commit is contained in:
parent
74f5667bd9
commit
e86efabaee
4 changed files with 106 additions and 242 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue