pdox <p...@alum.mit.edu> added the comment:

I believe it would also make sense to inline the 'as' structures (tp_as_async, 
tp_as_number, tp_as_sequence, tp_as_mapping, and tp_as_buffer), instead of 
having them be pointers. This would save one pointer dereference with each use. 
But this would have API compatibility consequences, so for this change it is 
off the table.

----------

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

Reply via email to