◐ Shell
clean mode source ↗

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

Issue4936

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).
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49186
2009-01-13 21:53:51benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg79777
nosy: + benjamin.peterson
2009-01-13 18:59:24pitroucreate