Issue 13217: Missing header dependencies in Makefile (original) (raw)

Issue13217

Created on 2011-10-19 00:14 by jcon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
makefile.patch jcon,2011-10-19 00:14 review
Messages (3)
msg145881 - (view) Author: John O'Connor (jcon) Date: 2011-10-19 00:14
I think ucs{1,2,4}lib.h, asciilib.h and a few other files should be in the Makefile deps list for unicodeobject.c. Patch included.
msg147565 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-11-13 18:42
New changeset 36375075d6aa by Antoine Pitrou in branch 'default': Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. http://hg.python.org/cpython/rev/36375075d6aa
msg147566 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-11-13 18:44
Thank you for the patch. I only applied it to 3.3, since 3.2 doesn't have the additional header files.
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57426
2011-11-13 18:44:19 pitrou set status: open -> closedversions: - Python 3.2messages: + resolution: not a bugstage: patch review -> resolved
2011-11-13 18:42:54 python-dev set nosy: + python-devmessages: +
2011-10-23 11:56:34 petri.lehtinen set nosy: + petri.lehtinen
2011-10-19 00:15:28 meador.inge set nosy: + meador.ingestage: patch review
2011-10-19 00:14:17 jcon create