[New-bugs-announce] [issue16320] Establish order in bytes/string dependencies

Serhiy Storchaka report at bugs.python.org
Thu Oct 25 11:07:17 CEST 2012


New submission from Serhiy Storchaka:

The proposed patch reorganizes the dependencies for bytes and strings. Now object files depended only from needed (and from all needed) headers. This will reduce the compilation time when modifying the bytes implementation.

----------
components: Build, Unicode
files: Makefile.pre.in.diff
keywords: patch
messages: 173747
nosy: ezio.melotti, haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Establish order in bytes/string dependencies
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27710/Makefile.pre.in.diff

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


More information about the New-bugs-announce mailing list