Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-32591: Add native coroutine origin tracking #5250

Merged
merged 9 commits into from
Jan 21, 2018
Prev Previous commit
Next Next commit
Add NEWS blurb
  • Loading branch information
njsmith committed Jan 20, 2018
commit 6c7f73a280af23778a21aae56cced970a0204ae1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added built-in support for tracking the origin of coroutine objects; see
sys.set_coroutine_origin_tracking_depth and CoroutineType.cr_origin. This
replaces the asyncio debug mode's use of coroutine wrapping for native
coroutine objects.