Issue 4936: bytearrayobject.o does not depend on stringlib files - Python tracker

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.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, pitrou
Priority: normal Keywords:

Created on 2009-01-13 18:59 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg79770 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-01-13 18:59
Modifying one of the stringlib files does not trigger recompiling of
Objects/bytearray.c, although the latter includes the former.
msg79777 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-13 21:53
Fixed in r68579 (trunk) and r68581 (py3k).