New submission from Xiang Zhang:

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.

----------
components: Build
messages: 282832
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: bytes_methods.c won't recompile if related stringlib/* changed
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28930>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to