[issue45623] static build is broken

2021-10-28 Thread Steve Dower
Steve Dower added the comment: winver is static data, so no reason we can't define it all the time. Unassigning myself - if anyone else would like to work on this, feel free. -- assignee: steve.dower -> ___ Python tracker

[issue45623] static build is broken

2021-10-27 Thread Christian Heimes
Christian Heimes added the comment: Full commit hash is dd18001c308fb3bb65006c91d95f6639583a3420 -- ___ Python tracker ___ ___ Pyth

[issue45623] static build is broken

2021-10-27 Thread Christian Heimes
Christian Heimes added the comment: Steve changed the line in comment dd18001c308f / bpo-41627. -- assignee: -> steve.dower components: +Windows nosy: +christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue45623] static build is broken

2021-10-27 Thread egorpugin
Change by egorpugin : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue45623] static build is broken

2021-10-27 Thread egorpugin
New submission from egorpugin : Static build is not working any more since 3.10. 'winver' member is only defined with dll build. See master - 'winver' call which is not available for windows+static build. https://github.com/python/cpython/blob/main/Lib/site.py#L292 See 3.9 file - no 'winver'