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 xiang.zhang
Date 2016-12-10.06:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481350832.04.0.902172752525.issue28930@psf.upfronthosting.co.za>
In-reply-to
Content
bytes_methods.c includes files in stringlib, for example, stringlib/count.h. But if count.h changes, simply running make won't recompile bytes_methods.c and the methods of bytes remain unchanged. You have to make distclean and compile from scratch.
History
Date User Action Args
2016-12-10 06:20:32xiang.zhangsetrecipients: + xiang.zhang
2016-12-10 06:20:32xiang.zhangsetmessageid: <1481350832.04.0.902172752525.issue28930@psf.upfronthosting.co.za>
2016-12-10 06:20:31xiang.zhanglinkissue28930 messages
2016-12-10 06:20:31xiang.zhangcreate