This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2012-10-25.09:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351156037.64.0.017004315605.issue16320@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-25 09:07:17serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti
2012-10-25 09:07:17serhiy.storchakasetmessageid: <1351156037.64.0.017004315605.issue16320@psf.upfronthosting.co.za>
2012-10-25 09:07:17serhiy.storchakalinkissue16320 messages
2012-10-25 09:07:17serhiy.storchakacreate