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 xiang.zhang
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-10.10:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481366616.19.0.99579623954.issue28930@psf.upfronthosting.co.za>
In-reply-to
Content
> Alternatively just BYTESTR_DEPS can be used instead of BYTESMETHODS_DEPS. This would make easier moving implementations between bytesobject.c and bytes_methods.c.

Yes. The only downside of this is some changes may recompile bytes_methods.c unnecessarily but this is not a matter.

> But be aware of possible differences in 3.5.

In 3.5 bytes_methods.c doesn't rely on stringlib/*.
History
Date User Action Args
2016-12-10 10:43:36xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-12-10 10:43:36xiang.zhangsetmessageid: <1481366616.19.0.99579623954.issue28930@psf.upfronthosting.co.za>
2016-12-10 10:43:36xiang.zhanglinkissue28930 messages
2016-12-10 10:43:36xiang.zhangcreate