Antoine Pitrou added the comment:

After looking at the PR, I'm a bit skeptical about this.  Suddenly a lot of 
things which are implementation details get moved to the public include files, 
which makes things more confusing from my POV.  I also don't know why all 
globals should be consolidated in a single place (it is not a widespread policy 
in other projects AFAIK, but I may be mistaken).

Perhaps it would be more reasonable to consolidate the globals in each .c file 
independently, without trying to join all of them together in one place nor 
expose them in the public include files.

----------
nosy: +pitrou

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

Reply via email to