mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove apply()
This commit is contained in:
parent
fe55464f39
commit
d91085598f
56 changed files with 179 additions and 285 deletions
|
|
@ -115,7 +115,7 @@ class Coroutine:
|
|||
if not self.killed:
|
||||
try:
|
||||
try:
|
||||
apply(me.f, args)
|
||||
me.f(*args)
|
||||
except Killed:
|
||||
pass
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue