Nathaniel Smith <n...@pobox.com> added the comment:

> I'm not sure how exactly the warning print logic will work with a list of 
> tuples in cr_origin, I propose to start working on the implementation and 
> figure that out during the review process.

I think the simplest thing is probably to write the warning code in Python and 
stash it in Lib/_corohelper.py or something. Warnings already go through 
warnings.py (in particular, the warning printing code is still 
warnings.showwarning, it's never been rewritten in C), so we're already 
transitioning to Python at this stage anyway.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to