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
Title: Missing header dependencies in Makefile
Type: behavior Stage: resolved
Components: Build Versions: Python 3.3
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: jcon, meador.inge, petri.lehtinen, pitrou, python-dev, vstinner
Priority: normal Keywords: patch

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:22adminsetgithub: 57426
2011-11-13 18:44:19pitrousetstatus: open -> closed
versions: - Python 3.2
messages: + msg147566

resolution: not a bug
stage: patch review -> resolved
2011-11-13 18:42:54python-devsetnosy: + python-dev
messages: + msg147565
2011-10-23 11:56:34petri.lehtinensetnosy: + petri.lehtinen
2011-10-19 00:15:28meador.ingesetnosy: + meador.inge

stage: patch review
2011-10-19 00:14:17jconcreate