Nick Coghlan <ncogh...@gmail.com> added the comment:

The thing that most appeals to me with this concept is moving closer to making 
it possible to experiment with generator-style functionality in *extension* 
modules (albeit extension modules that are coupled to private CPython APIs). 
So, for me, "not worse than the status quo" would be the main thing I'd be 
looking for out of any micro-benchmarks.

However, that also makes me question the movement of the "why_exit" from the 
frame to the tstate - having it on the thread state is significantly less 
flexible when it comes to experimenting with execution models.

The move from orthogonal bit flags in a dedicated enum to int fields and macro 
definitions also seems like a completely unnecessary pessimisation.

----------

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

Reply via email to