[issue38519] Internal include files missing on Windows

2020-02-25 Thread Steve Dower


Change by Steve Dower :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-28 Thread miss-islington


miss-islington  added the comment:


New changeset 07eee640cb3a4eaf1df942bc31a891e7517de763 by Miss Skeleton (bot) 
in branch '3.8':
bpo-38519: Internal include files missing on Windows (GH-16921)
https://github.com/python/cpython/commit/07eee640cb3a4eaf1df942bc31a891e7517de763


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-28 Thread Steve Dower


Steve Dower  added the comment:


New changeset edb172a87296d9359593a23cd9a09f5867ea1f0e by Steve Dower (Zackery 
Spytz) in branch 'master':
bpo-38519: Internal include files missing on Windows (GH-16921)
https://github.com/python/cpython/commit/edb172a87296d9359593a23cd9a09f5867ea1f0e


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-28 Thread miss-islington


Change by miss-islington :


--
pull_requests: +16493
pull_request: https://github.com/python/cpython/pull/16966

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-24 Thread Zackery Spytz


Zackery Spytz  added the comment:

Hi, Steve. I've created a PR for this.

--
nosy: +ZackerySpytz

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-24 Thread Zackery Spytz


Change by Zackery Spytz :


--
keywords: +patch
pull_requests: +16453
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/16921

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-18 Thread Steve Dower


Steve Dower  added the comment:

If someone wants to fix this before I do, the change goes in PC/layout/main.py 
to remove the filter for directories named "internal" - we shouldn't need a 
filter there at all now that we include everything in the distro.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38519] Internal include files missing on Windows

2019-10-18 Thread Steve Dower


New submission from Steve Dower :

The include/internal directory is not being included in the packages published 
to nuget.org or the Microsoft Store.

This prevents some advanced users from being able to compile against these 
packages.

--
assignee: steve.dower
components: Windows
messages: 354914
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Internal include files missing on Windows
type: compile error
versions: Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com