Staging
v0.8.1
https://github.com/python/cpython
Revision a0abb4404a839787bc0791c7ea3b261fcd146652 authored by Ned Deily on 06 August 2012, 13:40:48 UTC, committed by Ned Deily on 06 August 2012, 13:40:48 UTC
to avoid curses.unget_wch bug present in older versions of ncurses such as
those shipped with OS X.
1 parent dfca8c9
Raw File
Tip revision: a0abb4404a839787bc0791c7ea3b261fcd146652 authored by Ned Deily on 06 August 2012, 13:40:48 UTC
Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
Tip revision: a0abb44
.hgtouch
# -*- Makefile -*-
# Define dependencies of generated files that are checked into hg.
# The syntax of this file uses make rule dependencies, without actions

Python/importlib.h: Lib/importlib/_bootstrap.py Python/freeze_importlib.py

Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
Python/Python-ast.c: Include/ast.h

Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py

Objects/typeslots.inc: Include/typeslots.h Objects/typeslots.py
back to top