Erik Janssens <erik.janss...@conceptive.be> added the comment:

As I understand it, if mingw-w64 would change to camelcase headers, it would 
break backwards compatibility, since a lot of windows source code uses file 
names in includes that differ from those on this, which works in MSVC, so it 
goes unnoticed.  There is no good solution.

Even if camelcase headers would be available, the CPython source code would 
break in much more places.

I agree that it would be strange to have a style rule for a specific toolset, 
however mixing different styles is even stranger.

The current situation is that 100% of the windows includes are lowercase and 
allow cross compilation.  I would tend to see that as an advantage.

If a more comprehensive solution would be available, that would be ideal of 
course.

----------

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

Reply via email to