[issue16320] Establish order in bytes/string dependencies

Serhiy Storchaka report at bugs.python.org
Mon Dec 31 11:50:18 CET 2012


Serhiy Storchaka added the comment:

> The cleanup of BYTESTR_DEPS and UNICODE_DEPS seems reasonable, but can you
> explain the rationale behind removing the additional dependencies on
> formatter_unicode.c?

This question already was asked by Antoine on IRC.

Because now Python/formatter_unicode.c depends only on headers included in PYTHON_HEADERS. A special rule doesn't needed.

> Why were those dependencies ever needed (I can't see
> the dependencies from reading formatter_unicode.c and its included
> headers)?

Perhaps this is an artifact. This dependency was added in r61057 and fce5af5ce16a by Christian Heimes.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16320>
_______________________________________


More information about the Python-bugs-list mailing list