mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Hide list comp variables and support set comprehensions
This commit is contained in:
parent
6ef6306dd6
commit
650f0d06d3
29 changed files with 2006 additions and 1323 deletions
4
setup.py
4
setup.py
|
@ -1175,8 +1175,8 @@ class PyBuildExt(build_ext):
|
|||
#
|
||||
include_dirs = [
|
||||
join(F, fw + '.framework', H)
|
||||
for fw in 'Tcl', 'Tk'
|
||||
for H in 'Headers', 'Versions/Current/PrivateHeaders'
|
||||
for fw in ('Tcl', 'Tk')
|
||||
for H in ('Headers', 'Versions/Current/PrivateHeaders')
|
||||
]
|
||||
|
||||
# For 8.4a2, the X11 headers are not included. Rather than include a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue